Hello Team,
we would like to get an overview to all Issues, which have failed testing of all our projectes last Year.
I tried using "Changed to Status" but due to the fact, that the current status is mostly "done" it failes.
Is there a way to show issue movments that once happend?
Hi @Stefan Nerke -- Welcome to the Atlassian Community!
The status CHANGED operator uses the history and can show that. Please try:
project = myProject AND status CHANGED FROM "first status" TO "second status" DURING (yyyy-mm-dd, yyyy-mm-dd)
There are several variations of this, and the date range seems to be the key for what you want. Please look here for more details:
https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-operators/
Best regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.