Can I Display custom field of assignee's email address using Script Runner?

Jaesang Kim May 30, 2019

Would it be possible to add custom field of assignee's email address using script runner? 

Thank you in advance.

1 answer

1 accepted

0 votes
Answer accepted
Ivan Tovbin
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 31, 2019

Hi @Jaesang Kim

A scripted field seems to be the solution here.

Here's the code:

return (issue.getAssignee()) ? issue.getAssignee().getEmailAddress() : null
Jaesang Kim May 31, 2019

Hi Ivan, I appreciate your answer! I'll try it!  

Thank you.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events