Forums

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

how to add 'Updated By' field in JIRA using single user picker?

geekychandraul
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 2, 2017

Hello All,

I want to create a 'Updated By' custom field by using Single user picker so that i can see the name of the last person who updated the ticket. Is it possible to do it?

 

Thanks in advance for the help.

Regards

Bhaskar 

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Answer accepted
Nic Brough -Adaptavist-
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.
January 2, 2017

Adding a field is easy, just add a custom field.

Populating it is going to need scripting or code.  If you do it as a simple custom field, you'll need to find or write a listener to pick up any changes made to the issue and update the field.  I'd be tempted to do it more as a scripted field that picks the author out of the last line of the history on each change.