
Atlassian Trello Move
CertifiedMove cards between Trello lists
Atlassian Trello Move
Move cards between Trello lists
Moves one card to another Trello list by updating its idList. Optionally sets the destination position with top, bottom, or a positive float
type: io.kestra.plugin.trello.cards.MoveExamples
Move a Trello card to another list
id: trello_move_card
namespace: company.team
tasks:
- id: move_card
type: io.kestra.plugin.trello.cards.Move
apiKey: "{{ secret('TRELLO_API_KEY') }}"
apiToken: "{{ secret('TRELLO_API_TOKEN') }}"
cardId: "5abbe4b7ddc1b351ef961414"
listId: "5abbe4b7ddc1b351ef961415"
Properties
apiKey *Requiredstring
Trello API Key
API key used to authenticate Trello requests. Render this from a secret
apiToken *Requiredstring
Trello API Token
API token used to authenticate Trello requests. Render this from a secret
cardId *Requiredstring
Card ID
Card ID to move
listId *Requiredstring
Target List ID
Destination Trello list ID
apiBaseUrl string
https://api.trello.comBase API URL
Base URL for Trello API requests. Defaults to https://api.trello.com; override only for compatible proxies or tests
apiVersion string
1API Version
Trello REST API version appended to the base URL. Defaults to 1
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
pos string
Card Position
Destination position: top, bottom, or a positive float