* feat: implement Trello integration with OAuth and user fields * feat: migrate Trello integration to new integrations table * refactor: migrate Trello integration to use new integration system * refactor: migrate Trello integration to use new integrations table * fix: add loading check for Trello integration and update VSCode settings * feat: enhance import boards UI with dynamic integration providers and local storage config * feat: add select/unselect all buttons and loading state to board import form * feat: add Trello import env vars on README * docs: update Trello import guide to use OAuth flow instead of API keys * feat: add integrations table for OAuth token management * feat: connect trello from import modal * refactor: consolidate Trello integration endpoints into unified integration router * fix: trello import again * refactor: generalize integration authorization flow and improve error handling * refactor: update Trello API endpoints and tags for better organization * feat: add Integrations tag to OpenAPI specification * refactor: update Trello auth endpoint to use generic integration provider param * refactor: move Trello integration logic from trello.ts to import.ts router * refactor: consolidate Trello integration endpoints and fix API URL * chore: remove debug logs --------- Co-authored-by: Henry <henry_ball@hotmail.co.uk>
34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
---
|
|
title: Trello
|
|
description: "Import your Trello boards to Kan."
|
|
---
|
|
|
|
## Authorizing Kan.bn for Trello
|
|
|
|
Before you can import your Trello boards, you need to authorize Kan.bn for Trello. Follow these steps (only takes a couple of minutes):
|
|
|
|
1. **Authorize Kan.bn for Trello**
|
|
Go to [https://kan.bn/settings](https://kan.bn/settings) and click **Connect Trello**.
|
|
|
|
2. **Log in to your Trello account**
|
|
You will be redirected to Trello to log in to your Trello account.
|
|
|
|
3. **Authorize Kan.bn for Trello**
|
|
Approve the permissions and you will be redirected back to Kan.bn.
|
|
|
|
4. **Verify the connection**
|
|
You should see a **Disconnect Trello** button.
|
|
|
|
## Importing your Trello boards
|
|
|
|
Once you have authorized Kan.bn for Trello, importing your Trello boards is easy. Follow these steps:
|
|
|
|
1. **Create a new import in Kan**
|
|
Navigate to **[https://kan.bn/boards](https://kan.dev/boards)** and click **Import**.
|
|
|
|
2. **Select Trello as the Import Source**
|
|
Choose **Trello** from the list of import options and click **Select source**.
|
|
|
|
3. **Start the Import**
|
|
Select the board you want to import and click **Import boards**. Once the import is complete, you'll see your boards in Kan.
|