Forums

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

Issues Missing from JQL

Jesse Ortega Jr
Contributor
May 25, 2021

I am running the below JQL but for some reason there are 10 issues that are not pulled. I have checked the issues and they all fall in the criteria of the JQL. The only trend that I see in them is that they are all for the last day of April, September, & December.

Any idea what may be wrong in my JQL?

project in (ESD, "EMPLOYERS Service Desk") AND (issuetype = "Service Request with Approvals" OR issuetype = "Service Request") AND "EIG DB Access Type[Dropdown]" in (Temporary) AND status not in (Canceled, Declined) AND resolution not in (Canceled, Duplicate, Declined) AND "EIG DB Temp date[Date]" > 2021-04-01 AND "Request Type" in ("Remove Access (ESD)", "Database Access")

1 answer

0 votes
Ioana
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.
May 26, 2021

Are you expecting to also get tickets that have the resolution Unresolved?

If so, note that resolution not in (Canceled, Duplicate, Declined)  is returning all issues that have a resolution set, that is not any of Canceled, Duplicate, Declined.

This won't return issues that have no resolution. To get that as well, add to your search:

  • (resolution not in (Canceled, Duplicate, Declined) OR resolution is EMPTY)
  • (resolution not in (Canceled, Duplicate, Declined) OR resolution = Unresolved)

Hope this helps.

Jesse Ortega Jr
Contributor
May 27, 2021

Thank you Ioana. I have tried this but the 10 issues are still missing. They do have a resolution on them.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events