Atlassian Trello Update

Atlassian Trello Update

Certified

Update fields on a Trello card

Updates only the card fields you set on an existing Trello card. Use closed to archive or reopen the card; all properties are rendered before the request

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

Update a Trello card

yaml
id: trello_update_card
namespace: company.team

tasks:
  - id: update_card
    type: io.kestra.plugin.trello.cards.Update
    apiKey: "{{ secret('TRELLO_API_KEY') }}"
    apiToken: "{{ secret('TRELLO_API_TOKEN') }}"
    cardId: "5abbe4b7ddc1b351ef961414"
    name: "Updated Card Name"
    desc: "Updated description"
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 update

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

Closed State

Set to true to archive the card or false to reopen it

Card Description

New card description

Card Due Date

Due date value passed to Trello as provided

Card Name

New card name

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

Card Position

Position in the list: top, bottom, or a positive float