Skip to content

rafik777/TrelloBugzilla

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%