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?!