Small symfony2 tool to connect Trello and Github.
This tool will allow you to connect your feature based Trello card with several Github issues across several repositories. This way the product manager can get an easy overview of all the features, while allowing the developers to work within their Github scope, based on normal issues.
One example of this setup might be, you have several components and a new feature might affect a set of them.
Short screencast of the functionality (~2mins)
-
Create feature card on Trello
-
Create issues within the affected GitHub repositories (using TrelloID in title) The tool will create a checklist on Trello card, having an item per issue
-
Bi-directional binding of checklist and GitHub issues Whenever an issue is closed/re-opened, the checklist item will represent the state aswell. And vice versa, when the checklist item is toggled, the issue gets closed/re-opened.
-
Comment forwarding Using a prefix, comments can be forwarded both ways:
Github -> Trello
Using [trello]
as a prefix the comment will be added to the Trello card comments.
Trello -> Github
Forwarding comments this direction can be done on several levels, depending on the prefix:
-
[all]
: forward the comment to all attached issues (e.g. when you're not sure which issue the comment affects) -
[<repoName>]
: forward comment to all issues within this repository -
[<repoName>/#123]
: forward this comment to a specific issue only
Trello board: https://trello.com/b/aQnT0luF/development-features
Sadly, Trello does not support editing of checklists on public boards. If you want to try the editing, use our demo account:
username:
issuemanagerdemo
password:
login123
Connected Github issues: https://github.com/issuemanager
The current implementation is very basic. For details, see the status overview.
This Symfony2 tool requires PHP 5.4 or above.
No database needed.
Please see the Setup page for further instructions.