Versions Compared

Key

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

...

Section
Column
width60px

Column

Create Multiple Issues or Subtasks

This ability to create multiple similar issues or subtasks with one configuration is especially important when the number to create is dependent on information from the original or parent issue. For example, creating one subtask for each fixed version for an issue. See How to create multiple issues or How to create multiple issues - advanced example for more details.

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, and creating multiple issues. How to create multiple issues - advanced example shows how this can be used.

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

...