
Atlassian Trello Update
CertifiedUpdate fields on a Trello card
Atlassian Trello Update
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
type: io.kestra.plugin.trello.cards.UpdateExamples
Update a Trello card
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
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 update
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
closed booleanstring
Closed State
Set to true to archive the card or false to reopen it
desc string
Card Description
New card description
due string
Card Due Date
Due date value passed to Trello as provided
name string
Card Name
New card name
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
pos string
Card Position
Position in the list: top, bottom, or a positive float