Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.iru.com/llms.txt

Use this file to discover all available pages before exploring further.

About Trello

Trello’s REST API expects key (application id from Power-Ups admin) and token (user-authorized) on requests (for example GET /1/members/me/boards?key=…&token=…). The key is shareable; the token is secret and scopes access to what the authorizing user can see.

How it works

DetailValue
CategoryWork management
AuthenticationAPI key + token (query parameters)
Create or open a Power-Up at https://trello.com/power-ups/admin, open the API key tab, generate a key, then visit Trello’s authorize URL with scope=read and your key to mint a token. Official references: Authorization, API introduction, Power-Up admin.

Prerequisites

  • Trello user who can access the boards and workspaces you need for audits.

Connect Trello to Iru

Trello

1

Create key and token

Generate an API key from your Power-Up. Open the authorization link Trello documents ( expiration, scope=read, response_type=token, key=YOUR_API_KEY ), Allow, copy the token.

Iru Compliance

1

Open Sources

In Iru Compliance, on the left navigation bar, expand Compliance and select Sources.
Left navigation: Compliance expanded, Sources selected
2

Turn on Trello

Find Trello (use Category or Search by name or description). On that card, turn on the toggle. A browser tab or window may open for the connector wizard.
3

Enter API key and token

Provide key and token as the wizard shows (one screen or separate fields).
4

Confirm the source is Active

Submit until the Trello card shows Active.

Troubleshooting

Check pop-up blocker settings for the Iru site and try again.
Regenerate token; confirm key still valid.
Rate limits - retries may spread sync.
Token user must join those boards/workspaces.

See also