Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FieldsToEvaluate

Describes a set fields for rule evaluation.

Hierarchy

  • FieldsToEvaluate

Index

Properties

Optional fieldUpdates

fieldUpdates: object

Updated field values to evaluate.

Type declaration

  • [key: string]: any

Optional fieldValues

fieldValues: object

Initial field values.

Type declaration

  • [key: string]: any

Optional fields

fields: Array<string>

List of fields to evaluate.

Optional rulesFrom

rulesFrom: Array<string>

URL of the work item type for which the rules need to be executed.

Generated using TypeDoc