Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
Column
width60px

Column

JQL Query Substitution Variables

An option to run a JQL query has been added. The results of the query can be used as substitution variables for conditioning, setting field values, or and creating multiple issues.

VariableDescriptionNotes
jql_result_countNumber of issues returned by the query 
jql_result_listComma separated list of issue keys returned from the query 
jql_result_nThe issue key for the nth issue returned from the query where n is a numberBlank if n is not in range for the issue list
Section
Column
width60px

Column

Group and Role Substitution Variables

Additional substitution variables that can help with conditioning, setting field values, and creating multiple issues.

VariableDescriptionNotes
group_<group name>Comma separated list of user ids for members in the groupExample: group_jira-users
role_<role name>Comma separated list of user ids for users that are role actors for the project of the original issueExample: role_developers
user_idUser id of the user that initiated the transition 

...