Versions Compared

Key

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

...

Section

Example - Simple

Column

The following configuration will create 2 new issues when the transition is activated. One will be assigned to tom and one will be assigned to sally.

  1. Set multiple issue value field to: tom, sally
  2. Set the assignee field to: Specific user with the specific user field set to: %entry%
  3. Save and publish

You can do a similar thing for any other field. To demonstrate, lets assume you set the summary field to: Issue for %entry%. Because there are 2 entries in the comma separated list (and no additional filtering defined), 2 issues are going to be created each with a different summary.

Position%entry%IssueSummary
1tomFirst issue createdIssue for tom
2sallySecond issue createdIssue for sally
Column

 

Advanced Examples

There are many ways to get a comma separated list of values. The simple example above just uses a hardcoded list, but the more interesting use cases are using Substitution variables to create the list. For example:

  1. Using results of a JQL query to create an issue for each issue found - see How to create multiple issues - advanced example
  2. A checkbox custom field - creating an issue for each selected item
  3. A select list custom field - creating an issue for each selected item
  4. Fix or affects version field - creating an issue for each version
  5. Components field - creating an issue for each component