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.
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.
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.