-
-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
✨ Feature request
We want to add Import from Trello support to Kanba, so users can easily migrate from Trello.
✅ What needs to be built
Trello → Kanba Import:
- Allow users to import a Trello board into a Kanba project.
- Required:
- Authenticate via Trello API (OAuth or API key/token).
- Fetch Trello boards, lists, and cards.
- Map Trello lists to Kanba columns.
- Map Trello cards to Kanba tasks (title, description, labels, members, due dates, etc.).
📦 Resources
- Trello API docs: https://developer.atlassian.com/cloud/trello/rest/api-group-boards/
- You can use tools like
node-fetch,axios, orreact-queryfor API calls. - Trello API authentication: https://developer.atlassian.com/cloud/trello/guides/rest-api/authorization/
📌 Tech Suggestions
- Build this as a separate React component or modal, e.g.
TrelloImportModal.tsx. - Use context or hooks to update Kanba board state after import.
- Add feedback/toast notifications for success/failure.
🤝 Why it matters
This makes Kanba much more attractive for Trello users and improves adoption.
🔥 Good First Issue?
Yes, if broken into sub-issues:
- Trello auth integration
- Fetch Trello board data
- Map Trello → Kanba structure
🛠 Contribution Guidelines
Before starting, please read our CONTRIBUTING.md.
It includes:
- How to set up the project locally
- Code standards & best practices
- PR structure, naming, and communication tips
✅ We kindly ask all contributors to follow these guidelines to ensure a smooth and collaborative process.
Thanks in advance to anyone who helps with this! 🙌
Feel free to comment below or open a draft PR to start the discussion.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed