Skip to main content

Trello - Edit Card

Overview​

Use this blueprint to update information on an existing card

Variables​

NameReferenceTypeRequiredDefaultOptionsDescription
Access TokenTRELLO_ACCESS_TOKENPasswordβœ…--https://trello.com/power-ups/admin
API KeyTRELLO_API_KEYPasswordβœ…--https://trello.com/power-ups/admin
Card IDTRELLO_CARD_IDAlphanumericβœ…--The ID of the card you wish to edit
Board IDTRELLO_BOARD_IDAlphanumericβž–--The ID of the board you wish to move the card to
List NameTRELLO_LIST_NAMEAlphanumericβž–--The ID of the list you wish to move the card to
Card NameTRELLO_CARD_NAMEAlphanumericβž–--The main title of the card
DescriptionTRELLO_DESCRIPTIONAlphanumericβž–--This text will be displayed in the description section of the card
Due DateTRELLO_DUE_DATEAlphanumericβž–--The due date you wish to assign to the card

YAML​

Below is the YAML template for this Blueprint and can be used in the Fleet YAML Editor.

source:
blueprint: Trello - Edit Card
inputs:
TRELLO_ACCESS_TOKEN: null ## REQUIRED
TRELLO_API_KEY: null ## REQUIRED
TRELLO_CARD_ID: null ## REQUIRED
TRELLO_BOARD_ID: null
TRELLO_LIST_NAME: null
TRELLO_CARD_NAME: null
TRELLO_DESCRIPTION: null
TRELLO_DUE_DATE: null
type: BLUEPRINT
guardrails:
retry_count: 1
retry_wait: 0h0m0s
runtime_cutoff: 1h0m0s
exclude_exit_code_ranges:
- '200'