cmadsen / TrelloBugzilla

Trello Bugzilla Integration - simplistic integration of Bugzilla into Trello.com with GreaseMonkey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TrelloBugzilla

Trello Bugzilla Integration - simplistic integration of Bugzilla into Trello.com using GreaseMonkey (GM)

It will save alot of typing in case many of the Trello cards you create originates from bugzilla issues.

Trello card with bugzilla badge

So far it supports:

  • Decorating cards that have 'Bug \d+' in their card title with a badge that is a hyper link to Bugzilla.

  • Auto-completion of new card titles starting with 'Bug \d+' followed by space. You have to be logged into bugzilla
    in the browser before auto completion will work.

The script also works in Chrome with the Tampermonkey extension installed.

Installation

You have to edit the line

var bugzillaLink = 'http://...';

in the GM script to point at your own bugzilla installation before or after installing the script.

About

Trello Bugzilla Integration - simplistic integration of Bugzilla into Trello.com with GreaseMonkey


Languages

Language:JavaScript 100.0%