Skip to content

Instantly share code, notes, and snippets.

View jarrpa's full-sized avatar

Jose A. Rivera jarrpa

  • Red Hat
  • Saint Paul, MN
View GitHub Profile
@lukebrooker
lukebrooker / Trello Bugzilla integration
Last active December 18, 2015 16:29
Very basic integration for Bugzilla in Trello
// ==UserScript==
// @name Trello Red Hat Bugzilla Integration
// @namespace http://lukebrooker.com
// @version 0.3
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js
// @description Looks for card titles with 'Bug \d+' and adds badge/links to bugzilla. Also autocompletes card titles that contain 'Bug \d+' from bugzilla. Autocomplete is actived when pressing `:` after 'Bug \d+'. Originally based on https://github.com/cmadsen/TrelloBugzilla
// @match https://trello.com/*
// @copyright 2012+, Carsten Madsen and Luke Brooker
// ==/UserScript==