This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Jira Column Toggle | |
// @namespace https://gist.github.com/rummik/f34ab0165cdd2aa34d8cdf3adb16082f | |
// @version 0.7 | |
// @description toggle single columns with a click | |
// @author Patric Wilms, *Kim Zick | |
// @match */secure/RapidBoard.jspa* | |
// @updateURL https://gist.github.com/rummik/f34ab0165cdd2aa34d8cdf3adb16082f/raw/jiraColumnToggle.user.js | |
// @downloadURL https://gist.github.com/rummik/f34ab0165cdd2aa34d8cdf3adb16082f/raw/jiraColumnToggle.user.js | |
// @grant none |