This article explains a step by step This article contains instructions on how to copy the value of the next due date Next Due Date custom field into the due date Due Date field by using the COT Create on Transition app.
Instructions
The following is the custom field called "screenshot contains sample data that must be copied to Due Date:
Here, next due date"( is a custom field type is a date) and its Date field whose value is set to 18/Dev/19.
Update the post function from the respective workflow to copy the "next due date" value into the due date custom field by following the below steps.
...
...
Dec/19. Use a post function to copy this value on transition.
Use the following instructions to know the ID of the custom field whose value is to be copied:
Log in as an administrator in your Jira instance.
Select Cog menu ( > Issues.
Select Issues from the top menu bar and click Custom Fields.
Search for the next due date custom field, select Cog menu ( > Configure.
Custom field ID is shown as customFieldId in the URL. Note just this parameter and value pair as shown:Anchor customFieldID customFieldID
Use the following instructions to update the post function in a workflow and copy the custom field value into the Due date field:
- Log in as an administrator into your Jira instance.
- Select Projects from menu bar and click the project name. If the project is not visible from the drop-down, click View all projects, and, select the relevant project.
- Click Project settings on the Project page to administer the project.
- Go to the Workflows section and edit the relevant workflow scheme.
- Click the transition with the post function to be updated. As an example, update the Done post function.
- Click Post Functions, and then, click the pencil icon to edit the function.
Click Detailed Fields. Enter the substitution variable, %original_customfield_10300%, in the Due date field. Note that this custom field ID was copied from the URL from step 5 in the previous section.
- Publish the Workflow and perform the Done Transition in the Jira issue.
Thus, when you click Done in the Jira issue, the value of the custom field, next due date, is copied to the required, Due date, field in the corresponding issue.