I want to create a pie chart with just a subset of labels. How can I do?
Just add this to the JQL query being used in the pie chart:
and (labels is empty or labels not in ("Unwanted label 1", "Unwanted label 2", "Unwanted label 3"))
This will filter out any issues containing those labels.
This is not my question. my jira tickets have got differents labels. I need all the Jira ticket but in the pie chart I just want to display some of the labels. How can I do?
@Ben Poulson can you please check again my question?
@Ro G
Adding that to the query won't effect any of the actual issues- a query is essentially a search. It won't delete any of the issues that do have those labels, the pie chart will just ignore them.
Hi @Ro G ,
I might be able to help with this request. We've added a feature to our Jira pie charting app Custom Charts for Jira that allows you to show/hide individual labels without changing the JQL.
You can test the app out right now on our free interactive playground: https://www.oldstreetsolutions.com/custom-charts-for-jira
We're adding new features all the time to this app, so any feedback on how to improve it would be appreciated.
There's also a companion Confluence app that has identical features so you can add high quality custom pie charts to your Confluence pages.
TomCustom Charts Product Manager
It looks like you're new here. Sign in or register to get started.