Search code examples
jirajql

How to filter which assignee changed the status of the action item?


There are 1200 issue in my db. I want to filter who changed the status of the issue from Resolved to Close. How can I filter this using JQL?


Solution

  • JQL just allows you to look for "Issues" not for people. So if you need to find users that made any action, you should try with a script.

    Regards