Automation Rule | Copy Team Field Value to a Label custom field

Still need help?

The Atlassian Community is here for you.

Ask the community

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

Summary

This article helps with copying the value of the Team Field to a custom field of Label type using the automation rule. 

Environment

Jira Cloud

Solution

Automation rule setup:

Trigger:
Manual Trigger


Action
:
Create Variable -

     Variable name: TeamId

     Smart Value : 

{{issue.customfield_10001.id}}


Create Variable -

     Variable name: TeamName

     Smart Value :

{{issue.customfield_10001.title}}


Edit Fields: 

        Squad(Label Type): Smart value:

{{TeamName}}


Here is the automation rule JSON file: automation-rule-18916146-202404160945.json

Last modified on Apr 18, 2024

Was this helpful?

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