Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

i want to add the username of whoever ran the last transition.

serkan_sezer
Contributor
May 30, 2022

Hi, when i run a transition in the workflow how can i add the name of the user running that transition in the custom field

thank you.

 

Adsız.png

2 answers

0 votes
John Funk
Community Champion
June 2, 2022

Hi Serkan,

You should be able to add a post function that sets the value of the custom field = currentUser()

0 votes
Andrea Pannitti
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.
May 30, 2022

Hi @serkan_sezer ,

you could set a custom script postfunction (ScriptRunner) on the transition who you're interested and in this postfunction, get the lastModifyUser with this code:

def lastModifyUser = ComponentAccessor.userManager.getUserByKey(ComponentAccessor.changeHistoryManager.getAllChangeItems(issue).last().userKey).name

Then use it to populate your custom field.

serkan_sezer
Contributor
May 31, 2022

Hi, Thank you for the reply. I want to continue without using the ScriptRunner feature.

We do not have the ScriptRunner plugin.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events