Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page properties
hiddentrue
id0


JWT field code%{action.response}
Example output

{"self": "https://your-domain.atlassian.net/jira/rest/api/3/project/10042","id": 10010,"key": "PROJ"} 

Output data type

Status
subtletrue
titletext

Type

Status
subtletrue
colourRed
titleread-only

Available since




Tabs Container
directionhorizontal


Tabs Page
titleJWT expression


Code Block
titleField code
linenumberstrue
%{action.response}


UI Text Box
typenote

If you are looking for a field code to get details from the response, you can use Action response details.

This field code is only available in the post function Execute remote action.



Read


Page properties
id1


Returned valueThe stringified JSON body of a response which was returned from the action in the post function Execute remote action. It is especially useful to write it to an Issue field and read it for further processing using the JWT parser function getFromJSON() in another post function.
Output data type

Status
subtletrue
titletext

Example output{"self": "https://your-domain.atlassian.net/jira/rest/api/3/project/10042","id": 10010,"key": "PROJ"}