Trello
Read-only connection to a configured Trello board. Card list is an import preview only — nothing auto-attaches to a BuildScope job without estimator confirmation.
TRELLO_API_KEY, TRELLO_TOKEN and TRELLO_BOARD_ID live only in your local .env (gitignored). They are NEVER persisted to the BuildScope database, NEVER logged, and NEVER displayed in this UI — the pills below show SET / NOT SET only.Credential status
Required env vars read from .env at request time — never logged, never stored.
TRELLO_API_KEYTRELLO_TOKENTRELLO_BOARD_IDManual Trello import (no API call)
Use this when you have a Trello card URL but no API credentials. The record lands as ImportedAsset (assetType auto-categorized) and ExternalJobReference on the chosen job.
Browse Trello card attachments
Paste a Trello card URL or card ID to preview its attachments, then pull selected files into a job.
Import preview
Click List cards preview to fetch the configured board’s open cards via the read-only endpoint.
Connection OK. Click List cards preview to fetch the configured board’s open cards via the read-only /boards/<id>/cards?filter=open&limit=50 endpoint. Capped at 50 to keep latency bounded.
Once the list runs, each card is captured as an ExternalJobReference candidate — never auto-attached. Use the matcher helper to score candidates against the job catalog.
- 6a35705e6bed67b4d05a6440Morris, Ryan (Marion) · Jul 30, 2026
