Skip to content

Instantly share code, notes, and snippets.

@Carpette
Carpette / Jira-status-fixup.js
Last active October 7, 2025 15:29
Jira fix for status button recent missplacing. Based on the work of msbence
// ==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==