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

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,796
Community Members
 
Community Events
185
Community Groups

How to group issues by summary prefix in dashboard gadget

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

2 answers

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.

  1. Create a custom field of type NFeed that collects the value of the summary field of the issues using the SQL statement: SELECT '$issue.summary'
  2. Create a post function of type 'nFeed: Set a field value' inside the Create transition of the workflows you want to control
  3. Use the custom field created inside the Pie Chart gadget


Regards

Laura Campbell _Elements_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jul 26, 2022

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).

Thank you both for the feedback

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.

Thank you for the feedback

Suggest an answer

Log in or Sign up to answer