Hi All,
I have setup a Dashboard and in that I have a pie chart listing few issues. The chart is setup based on the filter. This filter is looking at the Labels being tagged for AbcA0* only.
But in the filter results I can see it displays the issues which are having lables as ABCxxxx also, so my requirement is to know how we can filter only AbcA0* issues only.
And also in the pie chart apart from issues with lables as AbcA0* and ABCxxxx, it also shows the issues of other labels, for example : Ghe**.
So how do i get this to show "just the labels I have setup in my filter".
Thanks,
Rajesh
Hello Darapu,
When you add the * parameter are you meaning that you are searching for issues containing the previous characters (AbcA0) or are the labels literally names as AbcA0*?
To configure your issue filter to display issues that have only a specific label on it, you must use the not in parameter:
labels = "AbcA0*" and labels not in (ABCxxxx, "Ghe**")
If it does not makes sense to you, can you please provide us the current JQL query you are using and how you are splitting it in the Gadgets?
I will be waiting for your answer.
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.