---
title: "Create multiple issues - Data Center"
canonical: "https://support.appfire.com/space/CSOT/68749816/Create%20multiple%20issues%20-%20Data%20Center"
format: markdown
---
> Macro (aura-html)

# Scenario

You would like to create multiple issues using the Create Issue or Create Sub-task post function. 

## Background

This scenario uses an example [ePub workflow](https://bobswift.atlassian.net/wiki/download/attachments/443875364/ePub-workflow-diagram.png?version=1&modificationDate=1521470932712&cacheVersion=1&api=v2) that helps teams coordinate the publication of electronic books. We have a *Create Issue* post function that processes when users transition issues from the "Open" to "In Draft" steps. For each instance of this transition, we would like to automatically create one issue and assign it to each of the editors responsible for reviewing draft copies of publications. The list of three names that we create and assign issues to is as follows: *hwright*, *srector*, and *ksandin*.

Steps

The following steps demonstrate how to configure Create on Transition so it automatically creates Issues and assigns to three users.

|  |  |  |
| --- | --- | --- |
| ![image](media://a969f6e7-4108-4229-b776-c001e7ccbcca) | ## Step 1<br>As a Jira Administrator or Workflow Administrator:<br>1. Navigate to your workflow (ePub in this case).
2. Edit your ePub workflow to create a draft version.
3. Select the *Post Functions* tab.
4. Add a *Create Issue* or *Create Sub-task* post function. | ![image](media://4b041db2-775d-4674-9f92-5a9606bd9c4b) |
| ![image](media://53d79df7-898d-44f5-a18c-2ec3f861049a) | ## Step 2<br>*OPTIONAL RULES*:<br>1. Select the *Conditions & Configurations *tab.
2. Scroll until you find *Create multiple issues*.
3. Enter "hwright, srector, ksandin". | ![image](media://c40f93c6-506c-4115-aefe-d874a2ac60cf) |
| ![image](media://be69dae2-3bc1-4eae-b0f4-241f3d1bb872) | ## Step 3<br>*ISSUE FIELDS:*<br>Let's dynamically assign the issue using a substitution variable called %entry% and with that same  
variable, let's append the user to the summary so we can differentiate each issue  
created.<br>1. Select the *Detailed Fields* tab.
2. Locate the *Assignee* field under the *People *section.
3. Enter "%entry%".
4. Select the *Basic Fields* section.
5. Locate the "Summary" field.  You see "%parent_summary%".
6. Append "- %entry%" to "%parent_summary%".
7. Click the **Add **button to save the values. | ![image](media://c7615596-9d45-4ab3-b7e9-6c72ce5747c7) |
| ![image](media://b1225250-fe73-4f1c-8872-fd3c6d13ff14) | ## Step 4<br>1. Remember to publish your workflow. We always recommend saving a backup of the previous workflow when prompted.
2. Create an issue of type "Task".
3. Validate that the new issues or sub-tasks were created and properly assigned. |  |