Versions Compared

Key

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


Page properties
hiddentrue
id0


JWT field code%{connection.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
%{connection.response}



Read


Page properties
id1


Returned valueThe stringified JSON body of a response which was returned by 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.
This field code is only available in the post function Execute remote action.
Output data type

Status
subtletrue
titletext

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