Atlassian Trello Move

Atlassian Trello Move

Certified

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

yaml
type: io.kestra.plugin.trello.cards.Move

Move a Trello card to another list

yaml
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

Trello API Key

API key used to authenticate Trello requests. Render this from a secret

Trello API Token

API token used to authenticate Trello requests. Render this from a secret

Card ID

Card ID to move

Target List ID

Destination Trello list ID

Defaulthttps://api.trello.com

Base API URL

Base URL for Trello API requests. Defaults to https://api.trello.com; override only for compatible proxies or tests

Default1

API Version

Trello REST API version appended to the base URL. Defaults to 1

Reference (ref) of the pluginDefaults to apply to this task.

Card Position

Destination position: top, bottom, or a positive float