Hi Team
We have a field labeled "Technical Product Owner" with a checkbox that can be marked as "Yes." However, when we try to filter the results, we get incorrect outcomes. We have over 1,000 tickets with the "Yes" checkbox unchecked, but only about 100 tickets are being displayed. Is there a way to obtain the correct results for tickets where the checkbox is unchecked?
......... AND "Technical Product Owner" != Yes
Or
............ AND "Technical Product Owner" is EMPTY
I have reindexed the Jira project, and now the filter shows accurate results.
@Lakshmi S "Technical Product Owner" is EMPTY should be correct. Are you looking at the results in a dashboard that is limited to 100 max results? Are you looking in the all issues filter page? Can you share your full JQL statement?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Rodrigo Angulo ,
We are looking all issues in filter page.
Here is the jql query. It should display 1000+ tickets, but showing 100+ only tickets.
project = TEST AND "Technical Product Owner" = EMPTY
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I noticed you mentioned = EMPTY but try to use this:
"Technical Product Owner" is EMPTY
you can try to specify the request type you are working specifically as well. There could also be issue security potentially affecting your search results.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.