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,
Is there a way to display, in a dashboard gadget, the number of issues matching every existing summary prefix (not predefined, or from a predefine list), and have each count linked to a corresponding list.
I'm looking at a project in which issues were historically grouped by the developers using a summary prefix, and want to track how much issues of each group exist.
Thanks
Hi,
I have found a workaround to be able to use the summary field in a pie chart within a dashboard. It may help you with your problem. You need Nfeed (Elements) add-on.
Regards
Thanks for sharing your tip @Ricardo Marqués
Just want to clarify for @Shai that nFeed is now called Elements Connect (Elements is the name of the vendor that makes the app).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately this won't be easy especially if the prefix is three or less characters. You will need to use JQL in a filter using the "text" function:
text ~ "ABC"
If this brings back what you need then you can use this filter in a dashboard gadget.
You may also want to use this filter to update a field such as Component so that this becomes easier to mange in the future.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.