Automation for Jira : Copy parent value of cascading field to another custom field

Still need help?

The Atlassian Community is here for you.

Ask the community

Platform Notice: Cloud Only - This article only applies to Atlassian products on the cloud platform.

  

Summary

 Copy parent value of cascading field to another custom field

Environment

Jira Cloud 

Solution

Using Automation for Jira to achieve this : 

Step 1 : Go to Jira settings -> System -> Automation rules -> click on create rule

Step 2 : Choose the trigger -> field value changed -> choose the field (cascading field)

Step 3 : Next choose the action ->

  • edit issues
  • choose the field
  • add the specified smart value as per the screenshot.

    (info) Note : The value specified by us on the smart value is based on the customfield ID for the cascading field that we have. It is unique for each field.
     You can retrieve the customfield value from Jira settings -> Issues -> custom fields -> search the field -> click on the 3 dots to your right -> click on "Edit details" -> in the URL you can see the ID]

{{triggerissue.fields.customfield_ID.value}}


Step 4 : Once done, publish the rule. 

Last modified on Apr 1, 2021

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.