Let's say I have below statuses in the project:
The normal flow for the issue should be: In development -> In test -> Confirmed done
But in some case when during In Test session we found an issue/bug, we will need to put status as Reopen.
So, the question is, after the task statuses changed to Confirmed Done, how do I filter which task was Reopen and which not?
status WAS "Reopen"
Here are some more examples: https://support.atlassian.com/jira-core-cloud/docs/advanced-search-reference-jql-operators/#Advancedsearching-operatorsreference-WASWAS
Yep, I just notice that there are "was" operator..
Thank you kind sir!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For above results how to get the assignee who marked the issue Ready for QA (a status before the reopening)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
I would like to filter status is reopened and status was reopened - how can I perform it in JQL, please?
Thank you!
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.