How to get current Client key?

Mahmoud_hosny September 28, 2019

I created an App and store the client key and base URL for installed life cycle.

Now When I want to store or retrieve data from my Database I want to know the current installed client to retrieve the related installed application instance data.

1 answer

1 accepted

0 votes
Answer accepted
Mahmoud_hosny September 28, 2019

I can retrieve the current user from context parameters 

if using jwt , jwt query string will be sent to request URL . So you can retrieve the client key from iss token payload.

and  the Jira base URL will sent at query parameter xdm_e.

Suggest an answer

Log in or Sign up to answer