loopline-systems / trello-github-issue-manager
Issue-Manager - small tool to connect Trello with multiple Github repositories
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 23
Watchers: 7
Forks: 3
Open Issues: 3
Type:project
Requires
- php: >=5.4
- friendsofsymfony/rest-bundle: ~1.2
- jms/serializer-bundle: ~1.0.0
- knplabs/github-api: 1.3.0
- nelmio/api-doc-bundle: ~2.5
- sensio/distribution-bundle: ~3.0
- sensio/framework-extra-bundle: ~3.0
- symfony/monolog-bundle: ~2.4
- symfony/symfony: 2.5.*
- zendframework/zend-filter: 2.3.3
Requires (Dev)
- sensio/generator-bundle: ~2.3
This package is not auto-updated.
Last update: 2024-11-09 17:19:35 UTC
README
Description
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.
Screencast
Short screencast of the functionality (~2mins)
usage flow
-
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
Live Demo
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
Status
The current implementation is very basic. For details, see the status overview.
Requirements
This Symfony2 tool requires PHP 5.4 or above.
No database needed.
Setup
Please see the Setup page for further instructions.