-
Notifications
You must be signed in to change notification settings - Fork 37
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
Teams #18
Comments
` org_boards_data = {}
This is my solution at the end of the backup script which solves the problem. I added |
Thanks for the report! There is a work in progress in PR #17 to drop support for the folder tree structure and clean things up a bit. We can get your fix in once this is done. |
If -m and -o is used all organization boards show up under their organization as well as under my boards.
OK, I found that teams are supported with the '--organizations' switch.
There is one small bug in the organizations.
The folder 'me' contains always all 'Boards'. Hence if a board 'Board 1' belongs to the organization/team 'Team 1' this board shows up in the backup two times.
2015-11-12_23-28-36_backup/
└── me
...└── Board 1
└── team 1
...└── Board 1
This increases the amount of downloaded data big time.
The text was updated successfully, but these errors were encountered: