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 Status Fixup (page + modal) | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2 | |
// @description Moves the Jira status field back to its place in full view and in the Kanban modal. | |
// @author Carpette. Original work from https://gist.github.com/msbence | |
// @match https://CHANGEME.atlassian.net/* | |
// @grant none | |
// @run-at document-idle | |
// ==/UserScript== |