2015-01-16 20:08:54 +01:00
|
|
|
# Jira-Issue-Card-Printer
|
|
|
|
|
Beautiful Jira Issue Card Printer
|
2015-01-23 09:44:52 +01:00
|
|
|
|
2015-11-25 18:59:42 +01:00
|
|
|
I've written a little bookmarklet for converting Jira issues in a pretty card layout for printing.
|
|
|
|
|
|
|
|
|
|
So long
|
|
|
|
|
Bengt
|
|
|
|
|
|
2015-11-25 19:06:30 +01:00
|
|
|
### Card Layout
|
2015-12-01 17:12:33 +01:00
|
|
|

|
2015-11-25 19:06:30 +01:00
|
|
|
|
2015-11-25 18:59:42 +01:00
|
|
|
### Installation
|
2015-11-25 19:38:22 +01:00
|
|
|
#### Drag'n'Drop
|
|
|
|
|
got to [Instalation Site](https://qoomon.github.io/Jira-Issue-Card-Printer/bookmarkInstalation.html)
|
|
|
|
|
|
|
|
|
|
*or*
|
|
|
|
|
|
|
|
|
|
#### Manually
|
2015-11-25 19:06:30 +01:00
|
|
|
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);})();
|
|
|
|
|
```
|
2015-11-25 18:59:42 +01:00
|
|
|
|
|
|
|
|
### Usage
|
|
|
|
|
Just select Issue(s) then run the Bookmarklet.
|
|
|
|
|
|
|
|
|
|
Marker to separate description into print and no print area ("~~~~~")
|
|
|
|
|
|
|
|
|
|
#### Select multible issues
|
2015-11-25 19:39:42 +01:00
|
|
|
##### Jira Agile
|
2015-11-25 18:59:42 +01:00
|
|
|
holding STRG / CMD or SHIFT and click on issues
|
|
|
|
|
##### Jira Classic
|
2015-11-25 19:39:42 +01:00
|
|
|
search for issues und select *List View*
|
2015-11-25 18:59:42 +01:00
|
|
|
|
|
|
|
|
### Support
|
|
|
|
|
#### Browser
|
|
|
|
|
* **Chrome Browsers 46+**
|
|
|
|
|
* **Safari 9+**.
|
|
|
|
|
|
|
|
|
|
#### Issue tracker
|
|
|
|
|
* **Jira**
|
|
|
|
|
* **Trello**
|
|
|
|
|
* **PivotTracker**
|
|
|
|
|
* **YouTrack**
|
2015-01-23 09:44:52 +01:00
|
|
|
|
2015-11-25 18:59:42 +01:00
|
|
|
###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**
|