How to copy two custom fields with same names during workflow transition using COT

Overview

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. 

  1. Log into Jira system as a Jira Administrator and click  > Issues  > Fields (under Custom fields). 
  2. Navigate to the intended custom field and click the  Configure. You will be able to see the custom field ID in the address bar as shown in the following screen.

             

            



  1. Take a note of the custom field IDs and navigate to the workflow associated with the project.
  2. Edit the respective workflow as required.
  3. Select a transition which has the post function with the custom field values.
  4. Click the Post functions tab.
  5. Click the pencil icon.
  6. In Create on Transition for Jira – Create issue(s), click Custom Fields in the left sidebar. 
  7. Now, start typing the custom field ID and select the custom field name in the Copy original issue custom fields field.
  8. Once you select both the custom field names, it will look something like:

     
  9. Click Update and publish the Workflow.
  10. Re-run the scenario and you notice that the custom fields with the same name are copied to the newly created issues.               

Test this in the development instance before implementing in the production environment.