Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Teams
, (opens new window)

Create on Transition for Jira
Results will update as you type.
  • Cloud
  • Data Center
  • Migration
  • Release notes
  • Upcoming releases
  • Help and support
  • Appendix
    • Tips - Cloud
    • Tips - Data Center
    • How to use regular expressions
    • Create multiple issues -Simple example
    • Create multiple issues - advanced example
    • Retrieve debug logs for Clone Plus for Jira, Create on Transition, and Update on Transition apps in Jira
    You‘re viewing this with anonymous access, so some content might be blocked.
    /
    Create multiple issues -Simple example
    Updated Jun 27

    Create multiple issues -Simple example

    Description

    Prior to version 3.3, in order to create multiple issues or subtasks, you needed to configure a Create issue or Create subtask post function for each issue to be created. Version 3.3 adds an option to make it easier to create multiple similar issues (or subtasks) with one post function. Multiple post functions can still be used and may be needed for creating issues with unique settings or to use different conditioning. Also see: Create multiple issues - advanced example.

    Steps

    1. Choose to add the Create issue or Create subtask post function as usual.

    2. Configure various options as usual.

    3. Find the Create multiple issues parameter.

    4. Add a comma separated list of entries. Processing will:

      1. Look at each entry

      2. If no pattern is provided, the entry will be selected for continued processing

      3. If a pattern is provided, then processing will continue only if the entry matches the selection criteria provided by the regex pattern and qualifiers provided

      4. Each selected entry will then drive the potential creation of the issue or subtask based on conditioning and the other parameters provided.

    image-20250627-153726.png

    Example - Simple

    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%

    Issue

    Summary

    Position

    %entry%

    Issue

    Summary

    1

    tom

    First issue created

    Issue for tom

    2

    sally

    Second issue created

    Issue for sally

    image-20250627-153839.png

    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 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

     

     

    Need support? Create a request with our support team.

    Copyright © 2005 - 2025 Appfire | All rights reserved.

    {"serverDuration": 14, "requestCorrelationId": "062c4c251a674c70863ea5d5c297f6bb"}