Skip to content

Trello configuration

VariableDefaultDescription
TRELLO_API_KEYDeveloper API key from trello.com/power-ups/admin
TRELLO_TOKENAuth token generated via Trello's token flow
TRELLO_BOARD_IDBoard ID from the board URL
TRELLO_LABELLabel name on cards to pick up (set to * to match all cards assigned to the token user)
TRELLO_OPEN_LISTTo DoList name for open/new cards
TRELLO_PENDING_LISTBlockedList name for "waiting for reply"
TRELLO_IN_PROGRESS_LISTDoingList name for cards being worked on
TRELLO_IN_REVIEW_LISTIn ReviewList name for completed cards awaiting review
TRELLO_OPEN_STATUSopenSemantic status mapped to the open list
TRELLO_PENDING_STATUSpendingSemantic status mapped to the pending list
TRELLO_IN_REVIEW_STATUSreviewSemantic status mapped to the review list

← Back to configuration overview

Released under the MIT License.