Whenever an issue creation is configured for the Creation on Transition post function and This article explain how to get original issue value when a substitution variable is used.
Instructions
- Log into Jira as a Jira Administrator and click > Issues
- From the left side bar, under the WORKFLOWS section, select Workflows.
- Select your project's workflow from the right side window, click Edit.
- Click the transition for which Create on Transition is configured.
- Go to Post Functions and click to edit the Create Issue post function.
- Select the Conditions & Configuration tab on the left navigation panel.
Add the below mentioned condition for the issue to be created only when the condition is met: For example:
Need to add %original_customfield name% to the Condition. For example, here Pending reason is the custom field name, so use %original_Pending reason%.
For Regualr expression pattern, give the expected value of the field. Also, select the required checkbox like Exact, Literal and Negative to match your requirements.- Update the configuration and the updated post function looks like:
- Publish the workflow before executing the transition. You see that a new issue is created when the transition occurs.
It is recommend to test this scenario in a test environment before implementing the same in the production.