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 replacement substitution variables for conditioning or , setting field values, or 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

...