Skip to end of banner
Go to start of banner

How to Copying value of the next due date field into the due date field during the transition by using our COT app

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

This article explains a step by step instructions on how to copy the value of the next due date custom field into the due date field by using the COT app.

Instructions


The following is the custom field called "next due date"(custom field type is a date) and its 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.

  1.  Login as an Administrator in your Confluence instance.
  2. Select the projects from the right side of the panel.
  3. Click on the Project settings to administer the project 
  4. Go to workflows section and click on the pencil icon from the workflow scheme.
  5.  Click on the transition, you already set for(ex: Done) and update the post Functions
  6. Click on the post Functions and then Click on the pencil icon.
  7. Click on Detailed Fields and then set the substitutional variable %original_customfield_10300% into the Due date field. As per this post Function, when you click on the Done status in the Jira issue from the respective project, the value of the next due date will be copied into the Due date custom field.


    Note: Please follow the below steps to get the next due date custom field ID
       1. Login as an Administrator in your Confluence instance.
       2. Click on the Issues from the dropdown list
            
          3.  Go to Issues from the top menu bar and click on Custom Fields
              
           4. Search for the next due date custom field and click on Cogwheel() and then click on Configure button.
               
            5.  You will see the custom Field ID from the URL.
               
             
       

     

  


You need to use the substitution variable to copy the value from the next due date to the due date field.

In the post function, you need Set the Due Date field to %original_customfield_10300%. 10300 is nothing but the Id of the custom field "next due date".Follow the below steps to 


customer requirement is like if he does the transitions he wants the value of the next due date field to be copied into the due date field. This can be achieved by giving the custom field id of next due date i.e %original_customfield_11602% in the post functions. copy the %original_customfield_11602% into the following location
go to workflow--> edit the transition --> fields --> due date


Instructions




  • No labels