I not sure if this can be done or not,
I recently noticed a lot of our dev work has gone straight into UAT or Production with out any QA work being done.
I need a to find away to historically go back and see what jiras have dev work done but never had a status of and kind of QA
an example of this is i am looking at one JIRA all kinds of dev work was done and deployed but there is no QA
thats the info I am looking for
Hello @Michael Littlewood
I would go with something like:
project = MYPROJECT AND status WAS "QA Work" BEFORE "2021-01-01"
That way you can find all the issues within a project that have been in a particular status before a particular date (stating the future will give you all the past).
🚀
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.