Trello Integration
The Trello integration allows OpenSRE to create Trello cards from investigation findings.Prerequisites
You will need:- Trello API key
- Trello token
- Target Trello list ID
Setup
Set the following environment variables:Usage
Once configured, the integration can:- Validate Trello connection
- Create cards from investigation results
- Send incident title and description to Trello
Notes
- Cards are created in the specified
list_id - Authentication is done via API key and token
- Card content is sent in the request body (not query params)