On this page
Use case
Get a JSON with the values of a Checklist custom field of Checklist for Jira from the transitioned issue using the Jira’s Get Issue REST API.
Configuration
In Expert mode, create a new action with the following parameters:
Name
Enter Get Checklist as the name of the new action.
Method
Select the GET method.
Default connection
Select the connection with the current instance.
REST path.
Use the following REST path.
/rest/api/2/issue/{issueIdOrKey}
REST path parameter
For the REST path parameter issueIdOrKey, select the field Issue key.
Update a Text field with the following expression after replacing the ID of the Checklist field with the appropriate one:
%{action.response.fields.customfield_aaaaa}
In order to obtain a particular value of the field, you should further specify the JMESPath query for the field code.
Related use cases
If you still have questions, feel free to refer to our support team.