Is there any JQL (we also have ScriptRunner) that would allow me to see who resolved an issue?
__PRESENT
__PRESENT
__PRESENT
__PRESENT
__PRESENT
__PRESENT
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.
The JQL works in Data Center too :-).
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.