Filter for issues transitioned to a specific status by a specific user

Raz Fomin February 2, 2023

would like to create a filter (JQL) that shows all issues that were changes from status X by user Y in the past 7 days.

I managed to get to this:

status CHANGED to "xxx" by "yyy" after -7d

but for some reason this worked only for specific statuses... ideas?!

1 answer

0 votes
Rafael Corredor February 2, 2023

Hi,

It works perfectly, or at least, I have not been able to reproduce the bug.  Take into account the "changed" operator checks all the history, so maybe the issue is not in "xxx" status anymore because is has been transitioned to another one.  If you want to find the issues changed to status "xxx" and still in that status, you should add the condition:

status = "xxx" and status CHANGED to "xxx" by "yyy" after -7d
Raz Fomin February 5, 2023

no, I don't want to see only issues in that specific status. 

as I wrote, it also works for me for certain statuses, but not for others. what am I missing? why would it work for status A and not for status B?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events