Bengt Brodersen dc2ecb8c4f Merge branch 'develop' into gh-pages
# Conflicts:
#	bookmarklet.js
#	card.css
2016-04-21 12:31:38 +02:00
2015-12-28 17:16:02 +01:00
2016-04-21 12:31:38 +02:00
2015-12-28 17:16:02 +01:00
2015-12-01 17:07:59 +01:00
2015-12-03 07:22:22 +01:00
2015-12-28 17:26:13 +01:00
2015-12-29 16:20:36 +01:00
2015-12-01 17:12:33 +01:00

Jira-Issue-Card-Printer

Beautiful Jira Issue Card Printer

I've written a little bookmarklet for converting Jira issues in a pretty card layout for printing.

So long Bengt

Card Layout

Card Layout

Installation

Drag'n'Drop

got to Instalation Site

or

Manually

Create Bookmark with folowing content.

javascript:(function(){ var script = document.createElement("script"); script.src = "https://qoomon.github.io/Jira-Issue-Card-Printer/bookmarklet.js"; document.body.appendChild(script); document.body.removeChild(script);})();

Usage

Just select Issue(s) then run the Bookmarklet.

Marker to separate description into print and no print area ("~~~~~")

Select multible issues

Jira Agile

holding STRG / CMD or SHIFT and click on issues

Jira Classic

search for issues und select List View

Support

Browser

  • Chrome Browsers 46+
  • Safari 9+.

Issue tracker

  • Jira
  • Trello
  • PivotTracker
  • YouTrack

###Info I make use of Google Analytics to get some usage feedback. Please let me. I will only track the pageview and the amount of rendered cards I do and will not track anything else

Description
No description provided
Readme 732 KiB