The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Issue with JQL Query and the results I am getting

Terry
Contributor
September 16, 2022

I have created the following JQL Query in Excel using the add in

Project="AOC Court Reporter System"
AND status != Done
OR status != 'Coding Done'

When I run the query to extract my project's "issues" I get all the projects not just mine.

Thanks in advance

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Jason Lane
Contributor
September 16, 2022

Hi Terry,

Its pretty simple you have the OR option which is why your getting everything. Change the OR to another AND and that will work:

Project="AOC Court Reporter System"
AND status != Done
AND status != 'Coding Done'

Thanks

Julie d'Antin [Elements]
Atlassian Partner
September 16, 2022

I would recommend for the status using "status not in ("Done", "Coding Done") or if you just want to exclude issues that are any type of done/finished status, use the status category: 

statusCategory != Done
Like Bill Sheboy likes this
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events