CreateProcessRuleRequest interface
Request object/class for creating a rule on a work item type.
Properties
actions | List of actions to take when the rule is triggered. |
conditions | List of conditions when the rule should be triggered. |
is |
Indicates if the rule is disabled. |
name | Name for the rule. |
Property Details
actions
List of actions to take when the rule is triggered.
actions: RuleAction[]
Property Value
conditions
List of conditions when the rule should be triggered.
conditions: RuleCondition[]
Property Value
isDisabled
Indicates if the rule is disabled.
isDisabled: boolean
Property Value
boolean
name
Name for the rule.
name: string
Property Value
string