Hi
is there a way to run a report to look at the tickets approved by an individual that was assigned as an approver to an issue in a project? The approver and the approved are not necessarily the same person. You may have assigned 2 approvers to one issue/ticket, but only one actually approved the issue/ticket and I am interested in exporting the list of issues (tickets) based on 'approved'.
Thank you in advance.
Kindest regards,
Mire
Can you give a try with the below JQL:
project = "Your Project Name" AND status changed to "Approved" BY "username" ORDER BY updated DESC
Hope this helps - Happy to help further!!
Thank you very much and have a great one!
Warm regards
Thank you for your quick assistance Humashankar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.