Div |
---|
|
On this page Table of Contents |
---|
maxLevel | 2 |
---|
exclude | On this page |
---|
type | flat |
---|
separator | pipe |
---|
|
|
Use Case
Several teams use the ePub workflow to coordinate an eBook creation process. When an eBook transitions from Open to Draft, a new issue needs to be created in the backlog of an “IT Services (IS)” project so the IT team’s manager can begin to forecast and assign resources.
Check out the below step-by-step instructions on how to automate issue creation based on the above scenario.
Steps
Table plus |
---|
border | 0 |
---|
heading | 0 |
---|
multiple | false |
---|
enableHeadingAttributes | false |
---|
columnAttributes | style="border:0;width=5%;",style="border:0;width=65%;",style="border:0;width=30%;max-width=30% !important;" |
---|
id | steps_table |
---|
enableSorting | false |
---|
enableHighlighting | false |
---|
|
| Isolate the Workflow Transitions (id) for new Create Issue Post FunctionLogged into Jira as a workflow administrator: - Navigate to Settings → Issues → Workflows.
- Click the respective Edit link of the required Scheme, in the Actions column.
- Click the link name of the Transitions (id) for which you want to add a Create Issue post function.
| Image RemovedImage Added
|
| | Add Post Function- Select the Post Functions tab
Click the Add post function link on the top right corner of dialog. - Select the Create Issue radio button.
- Click the Add button listed below the options.
| Image RemovedImage Added
|
| | Define Issue Fields- Select the Basic Fields tab:
- Retain the default Summary as "%parent_summary%", so we inherit the same summary as the parent issue.
- Enter "FYI - ePub workflow initiated" in the Description field.
Select the Detailed Fields tab: Within the details: - Enter/Select "IT Services (IS)" in the Project as our example project.
- Select "Service Request" as Issue type
- Under People:
- Select "Current user" as Reporter
- Select "Parent issue's assignee" as Assignee
- Select the Links tab:
- Select "Parent issue key" as the Create link value
- Select "relates" as the Create link type value
- Select "Issue key to new issue" as Create link direction
- Select the Comments & Attachments tab:
- Under Comments, add the new Comment: "This issue was automatically created"
- Click the Add button at the bottom of the screen.
| Image RemovedImage Added View configuration
|
| | Publish and Validate Post Function- Click the Publish Draft button to publish changes to your workflow and activate the Create Issue post function.
- Navigate to your Project in Jira. In our case, we will navigate to the ePub project.
- Create a new issue and then transition to the step where your new Create Issue post function is configured. In our case, this is the In Draft step.
- Search for new issues within your project. You should see the new issue automatically created with the values you defined in the previous step.
| Image RemovedImage Added |
|