Download the PHP package loopline-systems/trello-github-issue-manager without Composer
On this page you can find all versions of the php package loopline-systems/trello-github-issue-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download loopline-systems/trello-github-issue-manager
More information about loopline-systems/trello-github-issue-manager
Files in loopline-systems/trello-github-issue-manager
Package trello-github-issue-manager
Short Description Issue-Manager - small tool to connect Trello with multiple Github repositories
License MIT
Informations about the package trello-github-issue-manager
Issue-Manager
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.
License
MIT
All versions of trello-github-issue-manager with dependencies
symfony/symfony Version 2.5.*
symfony/monolog-bundle Version ~2.4
nelmio/api-doc-bundle Version ~2.5
sensio/distribution-bundle Version ~3.0
sensio/framework-extra-bundle Version ~3.0
friendsofsymfony/rest-bundle Version ~1.2
knplabs/github-api Version 1.3.0
zendframework/zend-filter Version 2.3.3
jms/serializer-bundle Version ~1.0.0