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
Now that Teams can be created centrally in JIRA, when will teams field become available in JIRA dashboard gadgets like two-dimensional filter statistics.
This is required as we are not getting the benefit of updating teams field at issue level.
Using a custom field to populate value in teams field is messy.
Anyone wanting to use JIRA automation can create an automation rule to update a custom field when Team field is updated.
The rule could be like:
When Team field is updated
Then Edit issue field and update below rule in "Additional fields"
{
"fields": {
"customfield_10111": {
"value": {{ customfield_10001.name.asJsonString }}
}
}
}
customfield_10111 Name of the custom filed to be updated
customfield_10001 Name of the Team field name in JIRA
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.