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.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.