Search for who resolved an issue

Angie Affolter
Contributor
August 23, 2024

Is there any JQL (we also have ScriptRunner) that would allow me to see who resolved an issue?

 

__PRESENT

__PRESENT

__PRESENT

__PRESENT

__PRESENT

__PRESENT

1 answer

1 vote
John Price
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 23, 2024

For issued resolved by a particular user, I think will work in Data Center too:

status CHANGED to Resolved BY currentUser()

 or substitute a username.  But there's no data field holding the name of the resolver, so you can't view it in filter results.  On the issue screen you have to check the history.

If you really need to capture this as a searchable or reportable field, you will need to create a custom field of the correct type and use Automation for Jira or a workflow post function to populate the field, but that's not too hard. 

Carlos Garcia Navarro
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 24, 2024

The JQL works in Data Center too :-).

Like John Price likes this

Suggest an answer

Log in or Sign up to answer