Jira Agile issue print style

Add css styles to make printing issues from Jira

2014-06-30 기준 버전입니다. 최신 버전을 확인하세요.

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

// ==UserScript==
// @name        Jira Agile issue print style
// @namespace   http://github.com/mzedeler/gm-jira-agile-css
// @version     0.2
// @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;}}');