...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
Overview
...
In some scenarios, if you have custom fields with the same name, then you have to use the ID of the custom field in the post function
This article explains how to copy two custom fields having the same name while using the Create on Transition - Create Issue post function. The solution suggests using the IDs of custom fields instead of names during workflow transition.
Instructions
Follow the below steps to update the post function with the custom field ID.
- Log in to JIRA into Jira system as a Jira Administrator and Click on Cogwheel → Issues → click > Issues > Fields (under Custom fields).
- Navigate to the desired intended custom field and click on the cogwheel → Configure
- You the > Configure. You will be able to see the custom field ID in the address bar as shown in the following screen.
- Take a note of the custom field ID's IDs and navigate to the Workflow workflow associated with the project.
- Edit the respective Workflow and click on the Transition workflow as required.
- Select a transition which has the post function with the custom field values.
- Click on the Post functions tab and click on .
- Click the pencil icon.
- In the Create on Transition for JIRA – for Jira – Create issue(s), click on click Custom Fields in the left sidebar.
- Now, start typing the custom field ID and select the custom field name in the "Copy original issue custom fields" field field.
- Once you select both the custom field names, it will look something like as shown below. :
- Click on Update and Publish publish the Workflow.
- Re-run the scenario and you will see notice that the custom fields with the same name are copied to the newly created issues.
Info |
---|
Test this in the Devdevelopment instance before implementing in the production environment. |