Can I query issues by previous state they transitioned from?

Alexey Krasheninnikov August 31, 2022

For instance, I'd like to find all issues in "Ready to deploy" that have previous state "QA" but not coming directly from "Development" or vice versa (may be legit, but should be differentiated).

1 answer

1 accepted

2 votes
Answer accepted
Victor Barros August 31, 2022

Hi @Alexey Krasheninnikov Yes you can, in the FIlters you can use something like: 

status WAS "QA"

 You can see more details here: https://support.atlassian.com/jira-core-cloud/docs/advanced-search-reference-jql-operators/#Advancedsearching-operatorsreference-WASWAS 

Alexey Krasheninnikov August 31, 2022

Thanks a lot. I found that I can also use status FROM a TO b AFTER startOfWeek() which is fantastic. 

Like Victor Barros likes this
Victor Barros August 31, 2022

This is great! JQL filters are awesome! Everyday is a new thing to learn how to use it.

Thank you!

Suggest an answer

Log in or Sign up to answer