This article explains how to create new issues only for newly selected custom field values during repetitive transitions.
Info | ||||
---|---|---|---|---|
| ||||
When In Progress transition is executed, issues need to be created for selected values of Custom field. When Custom field is updated with additional new value and In Progress transition is executed again, an issue needs to be created for only the newly added value of Custom field. No duplicate issue should be created for previously selected values of custom field. |
Step-by-step guide
...
- Log into Jira as a Jira Administrator and click > Issues > Projects.
- Navigate to the intended project and click Project Settings > Intended Workflow.
- Select the target transition and add the Create Issue post function.
- Select Conditions and Configurations.
- Add JQL query as displayed in the image below, to return issues that are linked to original issue with custom field value A.
...
10. Publish the workflow before performing the transition. You see that the issues are created only for the newly selected value of custom field during repetitive transitions.
Info |
---|
It is recommend to test this scenario in a test environment before implementing it in production. |