Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug'None' category issues when using controller rich filter gadget,it doesnt display list?

Saurabhi
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 9, 2025

 

I am using rich filter based gadgets, controller gadget has all filters in place(smart filters,queues ,views etc). Now I have data segregated monthly and then when I select particular month, it displays data but there's always a 'None' category which I am clueless about- it doesnt bring up list of issues in None category to check which are those issues not matching any clauses? How should I resolve this?

 

2 answers

0 votes
Robert Leachman
Contributor
May 16, 2025

@Sahir Maharajhas it exactly right. To expand...

The problem is the controller filter pulls more tickets than the gadget reports. In our case we pull all tickets with the IMP label and then total by another set of labels. Some of the tickets only have IMP and not one of the others, so fall into None.

The fix/workaround is to add a JQL clause to only report tickets categorized by the gadget. Adding this ad-hoc query restricts the gadget to only useful values:

Screenshot 2025-05-16 at 11.23.02 AM.png

 

0 votes
Sahir Maharaj
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 12, 2025

Hello @Saurabhi

The "None" category in rich filter gadgets typically indicates issues that don’t match any filters or conditions in your setup.

To debug this, I recommend to try creating a temporary JQL query to isolate these issues and identify why they aren’t matching your filters.

P.S. Reviewing your smart filters, queues, and views for missing criteria might also help.

Suggest an answer

Log in or Sign up to answer