This file contains hidden or 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 Card colorizer | |
| // @namespace liquid-software.com | |
| // @version 0.2 | |
| // @description A script to colorize jira cards based on their priority. Only works for "Cirtial" and "Blocker" priority cards. | |
| // @author Corey Fleming | |
| // @contributor Nathan Pena | |
| // @match https://*.atlassian.net/secure/RapidBoard.jspa?rapidView=2* | |
| // @grant none | |
| // ==/UserScript== |