1

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?

sam
  • 48
  • 5
  • Take a look at this similar question: http://stackoverflow.com/questions/11359357/filter-issues-by-the-user-who-closed-them – Lobsterpants Mar 29 '16 at 07:27

1 Answers1

0

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

Oldskultxo
  • 945
  • 8
  • 19