Skip to content

Instantly share code, notes, and snippets.

View msbence's full-sized avatar

Madarász Bence msbence

View GitHub Profile
@msbence
msbence / jira-status-fixup.js
Created September 29, 2025 12:38
This Tampermonkey/Greasemonkey snippet moves back the Jira Cloud Status button back to where it belongs!
// ==UserScript==
// @name Jira Status Fixup
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Moves the Jira status field back to its place.
// @author Bence Madarasz
// @match https://CHANGEME.atlassian.net/browse/*
// @grant none
// @run-at document-idle
// ==/UserScript==