Hai all,
I created a forge custom UI app and try to get the reporter email address for the specific issue with the REST API. https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-get
I used the same code given in the above link. I got every data except the data that i want(reporter email address). I made a small change in the code that define in above link. I used asUser() scope instead of asApp() scope.
In manifest.yml file,
Hai @sunnyape yes i can get accountId and displayName of the reporter. With that accountId also i tried to get emailAddress of the user using getuser REST API. But i didn’t get the emailAddress.
Given that the lookup of other user’s email addresses by unauthorised applications and user accounts has been deprecated for a long time now, that would probably be the reason.