// ==UserScript== // @name Bitbucket - Add Additional Issue Filters // @namespace http://davefive.org/ // @version 1.0 // @description Adds 'My Open' issue filter and configurable additional dropdown issue filter categories // @author davfive // @match https://bitbucket.org/*/*/issues?* // @grant none // @downloadURL none // ==/UserScript== // // Note that if you want to have this run on one specific repository, then change // the match's */* to acount/repository. I have per repository ones because I // use the filter (as you can see below) to create pseudo categories (like I have // in the full JIRA) that allow me to group my filters nicely. function create_filter(id, name, url) { return '