how to get the Reporter/Raise this request on behalf of field value in a REST Endpoint

Tomas Arguinzones Yahoo October 7, 2020

Hi,

I have a REST Endpoint that read from an external API to get values into jira service desk portal request fields based on the user submitting the request. It works fine for the most part since the reporter field is the current user logged in and submitting the request. So, this little piece of code I have in the REST Endpoint accomplish what I want:

ApplicationUser loggedInUser = ComponentAccessor.getJiraAuthenticationContext().loggedInUser

def email = loggedInUser.getEmailAddress()

 

However, when an agent is submitting a request thru the portal, they could potentially submit a request on behalf of another user, so how do I access the value of the "Raise this request on behalf of" field in the REST Endpoint?

 

Thank you in adavance!

 

 

1 answer

0 votes
Peter-Dave Sheehan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 7, 2020

What is your link between the issue and the REST endpoint? How are you calling it?

It this something being called by a behaviour? Or in a post-function?

Wherever you have your issue object is where you'll need to get the reporter.

Then when calling the rest endpoint, you can include the reporter's details with the request data.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events