Get attributes of Assets objects

Use case

Obtain the values of the attributes of Default type of the Assets objects that have a connection with the transitioned issue.

🛠️ Configuration

Add the Execute remote action post function to the transition of your choice.

Create remote action

Select the template Get related assets.

Select connection

Choose an existing connection to the current instance.

Customize your action

Set action parameters

Increase or decrease optionally the number of assets returned by updating the parameter Maximum assets returned.

Update issue fields (optional)

Choose a field to store the response of the action and update it with the following expression.

Bash
%{action.response.objectEntries[*].attributes[?objectTypeAttributeId==`9`].objectAttributeValues[*].value[][]}

Please, replace the id of the attribute in the expression with the id of the attribute in question before testing it. In our case, the id is the number 9.

You can obtain the id of the attribute in the Attribute tab of the Object schema.

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