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