Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source Trello: add support to sync data for entire organisation #12695

Closed
dakotamccarty opened this issue May 9, 2022 · 2 comments
Closed

Source Trello: add support to sync data for entire organisation #12695

dakotamccarty opened this issue May 9, 2022 · 2 comments

Comments

@dakotamccarty
Copy link

I'm needing to do organisation wide backups of Trello data. Currently the source only allows for boards that the API key holding is a member of but this leaves out a lot of boards and it's not really realistic to have the API key holder join every board.

A perfect solution would be the ability to pass a parameter (checkbox in the UI?) to retrieve all boards from the organisation and not just the member.

I've used this repo to get the data https://github.com/jtpio/trello-full-backup. However, it'd be great to keep it all in Airbyte specifically.

I'm using Airbyte in Digital Ocean via the fancy create droplet button and am not 100% sure how to go about updating the Trello source (or making my own custom one) to allow for this. I do think I'd be able to update enough to get the issue fixed on my own otherwise.

@marcosmarxm marcosmarxm changed the title Sync Trello data for entire organisation Source Trello: add support to sync data for entire organisation Nov 30, 2022
@grubberr
Copy link
Contributor

It looks like a new feature request

For now, we get a list of Trello boards using the endpoint:

https://api.trello.com/1/members/me/boards

it allows getting a list of the boards that the user is a member of.

The customer wants to improve the connector and be able to fetch boards to which he is not a member but has access.

@grubberr
Copy link
Contributor

Done in this PR #24266

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants