Forums

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

Jira filter Query: How to find issues that are not gone through a specific status?

aarthie_ramachandran November 28, 2022

We have a specific issue type that goes through different statuses like Analysis, Development, UAT Testing, and Done. I want to filter issues that have not gone through Development and are currently in "Done" status. Can someone please assist with the query?

1 answer

1 accepted

1 vote
Answer accepted
Mark Segall
Community Champion
November 28, 2022

Hi @aarthie_ramachandran - You can try this:

status = Done and status was not Development
aarthie_ramachandran November 28, 2022

@Mark Segall , Thank you very much for the response. that helped

Like Mark Segall likes this

Suggest an answer

Log in or Sign up to answer