Automation Rule | Copy Team Field Value to a Label custom field
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