SNAPSHOT available
For JIRA 5.1 and above: snapshot
2013-04-xx
Highlights
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.
JQL Query Substitution Variables
An option to run a JQL query has been added. The results of the query can be used as replacement variables for conditioning or setting field values.
Variable | Description | Notes |
---|---|---|
jql_result_count | Number of issues returned by the query | |
jql_result_list | Comma separated list of issue keys returned from the query | |
jql_result_n | The issue key for the nth issue returned from the query where n is a number | Blank if n is not in range for the issue list |
Improvements and Fixes
- More consistent and documented substitution variables.
Resolved Issues