Create a Trello list for every Milestone, and a card for every Issue
This Daemon syncs all the issues in a GitHub repo to a particular Trello board. Each Milestone in GH will become a new List on the Trello board, and every issue in that milestone will become a Card. Issues with no milestone will all get grouped in the same List.
The sync is one-way: if issues change in GitHub, the changes will be pulled into Trello, but not vice-versa.
- Authorize both GitHub and Trello on the Settings page
- Be sure to include the
repo
orprivate_repo
scope for GH - Include all scopes (
read
,write
,account
) for Trello
- Be sure to include the
- Set the Trello board you want to edit on the Settings page
- You can use either the board's ID, or it's name as it appears on Trello
- Set the GitHub repository you want to watch, along with its owner
If you have any issues, contact [email protected]