You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.