Proposal Button

Inject a button next to Markdown Guide above the text editor and generates a default proposal and gets details for station name, OFD date, country, PAAT approval links and Service Type from the title.

// ==UserScript==
// @name         Proposal Button
// @namespace    http://tampermonkey.net/
// @version      1.5
// @author       Konstantinos Boutis
// @description  Inject a button next to Markdown Guide above the text editor and generates a default proposal and gets details for station name, OFD date, country, PAAT approval links and Service Type from the title.
// @match        https://issues.amazon.com/*
// @match        https://sim.amazon.com/issues/search*
// @match        https://sim.amazon.com/issues/RGU-*
// @grant        none
// ==/UserScript==

(function () {
    'use strict';

})();