2017 © Pedro Peláez
 

project trello-github-issue-manager

Issue-Manager - small tool to connect Trello with multiple Github repositories

image

loopline-systems/trello-github-issue-manager

Issue-Manager - small tool to connect Trello with multiple Github repositories

  • Friday, August 7, 2015
  • by marco.rossdeutscher
  • Repository
  • 5 Watchers
  • 21 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 3 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Issue-Manager

License, (*1)

Packagist Packagist Packagist Packagist, (*2)

Description

Small symfony2 tool to connect Trello and Github., (*3)

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., (*4)

One example of this setup might be, you have several components and a new feature might affect a set of them., (*5)

Screencast

Short screencast of the functionality (~2mins), (*6)

screencast, (*7)

usage flow

  1. Create feature card on Trello, (*8)

  2. 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, (*9)

  3. 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., (*10)

  4. Comment forwarding Using a prefix, comments can be forwarded both ways:, (*11)

    Github -> Trello, (*12)

    Using [trello] as a prefix the comment will be added to the Trello card comments., (*13)

    Trello -> Github, (*14)

    Forwarding comments this direction can be done on several levels, depending on the prefix:, (*15)

  • [all]: forward the comment to all attached issues (e.g. when you're not sure which issue the comment affects), (*16)

  • [<repoName>]: forward comment to all issues within this repository, (*17)

  • [<repoName>/#123]: forward this comment to a specific issue only, (*18)

Live Demo

Trello board: https://trello.com/b/aQnT0luF/development-features, (*19)

Sadly, Trello does not support editing of checklists on public boards. If you want to try the editing, use our demo account:, (*20)

username: issuemanagerdemo, (*21)

password: login123, (*22)

Connected Github issues: https://github.com/issuemanager, (*23)

Status

The current implementation is very basic. For details, see the status overview., (*24)

Requirements

This Symfony2 tool requires PHP 5.4 or above., (*25)

No database needed., (*26)

Setup

Please see the Setup page for further instructions., (*27)

License

MIT, (*28)

The Versions