File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,8 +58,9 @@ type WorkflowTransitionScheme struct {
5858}
5959
6060type WorkflowRuleConfigurationScheme struct {
61- ID string `json:"id,omitempty"`
62- RuleKey string `json:"ruleKey,omitempty"`
61+ ID string `json:"id,omitempty"`
62+ RuleKey string `json:"ruleKey"`
63+ Parameters map [string ]any `json:"parameters,omitempty"` // Not required for rule config payload
6364}
6465
6566type ConditionGroupConfigurationScheme struct {
@@ -80,8 +81,9 @@ type WorkflowTransitionLinkScheme struct {
8081}
8182
8283type WorkflowTriggerScheme struct {
83- ID string `json:"id,omitempty"`
84- RuleKey string `json:"ruleKey,omitempty"`
84+ ID string `json:"id,omitempty"`
85+ RuleKey string `json:"ruleKey"`
86+ Parameters map [string ]any `json:"parameters"` // Required for transition trigger payload
8587}
8688
8789// WorkflowTransitionScreenScheme represents a screen associated with a transition in a workflow in Jira.
You can’t perform that action at this time.
0 commit comments