// ==UserScript== // @name Click to set default description // @namespace http://tampermonkey.net/ // @version 1.0 // @description Just a simple util to to make submitting bug easier // @author You // @match *://*.atlassian.net/* // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; // Your code here... $("body").click(function() { if ($("#description") && $("#description").html().trim() == "") { $("#description").html("