Trying to get stories going back and forth from QA to Dev each week :
JQL Number of Stories going back to Dev each week out of total stories that went to QA
Welcome to the Atlassian Community!
How do you keep track of issues in QA and DEV? Is this a workflow status, an assignee, or even a custom field?
With JQL you can query the history of some fields with the was and changed keyword. Status is one of those fields. If you are using status to track QA/ DEV you could do something like:
status changed from "QA" to "DEV" AFTER -1w
This will return all issues that were in QA and changed to DEV in the previous week.
I hope this helps!
See this page for some documentation.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.