I'm using JIRA Misc Custom Fields plugin. How do us display the email of the reporter?

Marc Jason Mutuc
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 13, 2014

I was able to display the full name via issue.get("reporter").displayName. Now, I need to display the email address. Can someone help please?

1 answer

0 votes
Boris Georgiev _Appfire_
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 16, 2014

try issue.get("reporter").emailAddress

Suggest an answer

Log in or Sign up to answer