Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Scriptrunner Scripted Field that retrieves user who performed transition in history?

Hi all,

I'm trying to create a scripted field using the Adaptavist Scriptrunner for JIRA add-on that will retrieve the user name who most recently performed a specific transition on the issue. (i.e., User who performed the "Validated" transition as a field called "Validated By")

 

Also, I want to mention that I already know we could set this as a value using a post function in the transition, so I'm not looking for that answer.   The issue is that we used to have a free version of JMCF, which made it very easy to pull this information, but when JMCF went paid, we didn't see enough use of that plugin to validate purchasing it, especially since we already have Scriptrunner, which can do 99% of the same plus more.  But this one thing seems to be particularly tricky to figure out.  Anyways, we have a lot of legacy issues which we need to pull this value for which we cannot 'set' it for in a post function. 

Hoping Jamie Echlin sees this and can provide some insight.  

Thanks!

Josiah

1 answer

Suggest an answer

Log in or Sign up to answer

Hello,

You can use the following to get the last transaction user in history

ComponentAccessor.changeHistoryManager
.getChangeItemsWithFieldsForIssues([issue], ['status']).sort { it.timePerformed }.last().authorObject
TAGS
AUG Leaders

Atlassian Community Events