Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Team field in JIRA Dashboard

Vishal Biyani
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Oct 26, 2023

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.

1 answer

1 accepted

0 votes
Answer accepted
Vishal Biyani
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Oct 26, 2023

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

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events