Jira Agile issue print style

Add css styles to make printing issues from Jira

2014-06-30 या दिनांकाला. सर्वात नवीन आवृत्ती पाहा.

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey, Greasemonkey किंवा Violentmonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey किंवा Violentmonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल..

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey किंवा Violentmonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल..

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल..

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्क्रिप्ट व्यवस्थापक एक्स्टेंशन इंस्टॉल करावे लागेल.

(माझ्याकडे आधीच युझर स्क्रिप्ट व्यवस्थापक आहे, मला इंस्टॉल करू द्या!)

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला Stylus सारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला Stylus सारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला Stylus सारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्टाईल व्यवस्थापक इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्टाईल व्यवस्थापक इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्टाईल व्यवस्थापक इंस्टॉल करावे लागेल.

(माझ्याकडे आधीच युझर स्टाईल व्यवस्थापक आहे, मला इंस्टॉल करू द्या!)

// ==UserScript==
// @name        Jira Agile issue print style
// @namespace   http://github.com/mzedeler/gm-jira-agile-css
// @version     0.1
// @description Add css styles to make printing issues from Jira
// @match       https://notalib.atlassian.net/secure/RapidBoard.jspa?*view=planning*
// @copyright   2014, Michael Zedeler <[email protected]>
// ==/UserScript==

GM_addStyle('@media print {@page {    margin: 0;}.ghx-plan {    display: block;}#header, #ghx-operations, #ghx-header, #ghx-classification-menu-column, .ghx-backlog-header, .ghx-sprint-info, #ghx-detail-view, #ghx-epic-column, .ghx-feedback, .iic-trigger {    display: none;}.ghx-issues {    margin: 0 !important;}.ghx-issue-compact {    display: none;}.ghx-issue-compact.ghx-selected {    display: inline-block;    vertical-align: top;}/*.ghx-issue-compact:before {    content: "";    background: black;    position: absolute;    top: 0;    height: 10px;    width: 10px;    left: 0;}.ghx-issue-compact:after {    content: "";    background: black;    position: absolute;    top: 0;    height: 1px;    width: 10px;    left: 0;}*/.ghx-issue-compact {    width: 8cm;    height: 6cm;    border: none;}.ghx-flags .ghx-priority {    display: none;    width: 0;}.ghx-type img {    margin-left: 5px;}.ghx-key a {    color: black;    font-weight: bold;    font-size: 1.8em;    margin-left: -16px;}.ghx-issue-compact.ghx-selected .ghx-end {    background: none;    -webkit-box-shadow: none;    box-shadow: none;    -webkit-box-shadow: none;    box-shadow: none;}.aui-badge {    font-size: 1.5em;    background: none;    border: 1px solid black;    color: black;}.ghx-issue-compact.ghx-selected, .ghx-issue-compact .ghx-selected-group {    background-color: white;    height: auto;}.ghx-issue-compact {    margin: 1em 0.5em;    position: relative;}.ghx-summary {    margin: 5px;    display: block !important;    text-wrap: normal;    white-space: normal;    color: black;    width: 8cm;    height: 3cm;}.ghx-summary .ghx-inner {    font-size: 1.5em;}/*.ghx-backlog {    width: 16cm;}*/.ghx-backlog-container {    border: none}.iic-widget {    display: none;}}');