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
// ==UserScript==
// @name Trello Red Hat Bugzilla Integration
// @namespace http://jarrpa.net
// @version 0.4
// @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
// @copyright 2014, Jose A. Rivera
// @grant GM_xmlhttpRequest