SNAPSHOT available
For JIRA 5.1 and above: snapshot
2013-04-xx
Highlights
Create Multiple Issues or Subtasks
- x
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