On this page
Use case
In this use case we will get the information from a Trello card and add it in a comment inside the transitioned issue. Moreover, we will save also the link of the Trello card in the Description field.
Prerequisites
For this use case we need a Connection for communication with Trello and an Action for executing the GET Trello card operation.
Configuration
Add the Execute remote action post function to the desired transition or create a new transition and choose the Expert mode.
Select action
Choose the previous created action which we named Get Trello card.
Select connection
It is automatically preselected with the default connection value of the selected action.
Update issue fields (optional)
Other default options like Response body, Response status or Set field value manually are available in any mode in the post function.
Set the Card description inside a comment in the transitioned issue.
Select the field to be set.
Choose any text field.
Set the value.
Set it manually using the expression editor as follows:
%{action.response.desc}
Set the Card url inside the description field in the transitioned issue.
Select the field to be set.
Choose Description.
Set the value.
Set it manually using the expression editor as follows:
%{action.response.url}
Related use cases
If you still have questions, feel free to refer to our support team.