We would like to copy the 'Resolved By' ( Person who closes the ticket ) user to the custom user picker field.
We have Automation for Jira, JMWE addons.
Please help us to copy the resolved by user and capture the value in a custom field.
Thanks in Advance
Madhu
Hi @Madhu Reddy ,
you can add a Set Field Value (JMWE app) post-function to the Resolve transition to capture the current user into the Resolved By Single User Picker custom field. Just select "Resolved by" as the destination field, "Groovy Expression" as the Value Type, and use this value:
currentUser
Alternatively, if you have the JMCF app, you could create a "Transition Caller" custom field that would automatically show the author of the specified transition(s).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.