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?!
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
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.