Get Checklist

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

Add the Execute remote action post function to the desired transition.

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 .

Bash
/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:

Bash
%{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.

Use case Workflow function Parser functions
Get attributes of Assets objects

Execute remote action

Create Confluence page with links to issues

Execute remote action

Automatically log work on a Jira issue

Execute remote action

dateTimeToString()

Create an overview page for a software release

Execute remote action

Clone issue in external instance

Execute remote action

Create a component to group issues related to UI design

Execute remote action

Notify the reporter of an issue about its status by a Telegram message

Execute remote action

Set the assignee of an external issue same as the transitioned issue

Execute remote action


Transition an external Jira ticket based on the linked internal one

Execute remote action


Create a comment on an external Jira ticket

Execute remote action

Automatically link an issue to an external one

Execute remote action

Create a personal space for a new employee

Execute remote action

Get Hubspot contact information

Execute remote action

Link a Jira issue with the corresponding release ticket

Execute remote action

Get Checklist

Execute remote action

Create a new employee account during an onboarding process

Execute remote action

Read the information from a Trello card

Execute remote action

Set Checklist

Execute remote action

Create an external project for a new employee during an onboarding process

Execute remote action

Automatically create a version when starting the release

Execute remote action

Translate the description

Execute remote action

replaceAll() wikiToHTML() htmlToTxt()

Retrieve the assets of an issue in Jira cloud

Execute remote action