You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi, currently Atlassian Analytics does not have 'Team' field as an available filter, so I wanted to create a workaround.
Does anyone know how I could create an automation, so that every time the 'Team' field is populated, a label is created in the issue which copies the value present in the 'Team' field.
For example, I update the 'Team' field to team c, then automation kicks in and adds a label to that issue called 'team c'
Hi @tom_thain
Creating the automation would be simple...the question is will it work: there are (unfortunately) several things called "Team" in Jira Cloud, and I recall they are not all supported by rules.
First thing, I recommend finding an example issue with your Team field set, and then use this how-to article to learn if it is supported by automation rules: https://support.atlassian.com/cloud-automation/docs/find-the-smart-value-for-a-field/ This will also tell you the exact syntax for the smart value to access the field.
If it is available, your rule could be something like this:
Another possible wrinkle is that not all fields are listed in that trigger. In this case, you would need a rule with the Issue Updated trigger, and then check the change log to learn if your field changed.
To get you started on creating your rule, please review this documentation and examples:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.