Code Monkey home page Code Monkey logo

jira-issue-card-printer's Introduction

Issue-Card-Printer

Build Workflow

Beautiful Issue Card Printer

This little bookmarklet is for converting digital issues in a pretty card layout for printing.

License

Attribution-NoDerivatives 4.0 International (CC BY-ND 4.0)

It is free for personal and professional purpose.

You are not allowed to change or host this bookmarklet on your own.

You may fork this project to contribute.

Installation

Just create a Bookmark with following content as URL

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

Card Layout

Card Layout

Features

  • Multiple/Single Issue per Page
  • Scale Card Layout
  • Cards Information
  • Issue Type
  • Issue Id
  • Title
  • Description
  • Assignee
  • Due Date
  • Estimate
  • QR Code with Issue Link
  • Tags/Lables/Epics

Usage

Just select Issue(s) then run the Bookmarklet.

  • Make sure to enable "Print Background Images and Colors"

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

Select multiple issues

Jira
Jira Agile

holding STRG / CMD or SHIFT and click on issues

Jira Classic

just search for issues

Trello
read-only access Boards

select the columns by click on the title so they get highlighted

write access Boards

select a column by open the add new card input for specific column

Support

Browser

  • Chrome Browsers 46+
  • Firefox 67+
  • Safari 9+
  • Internet Explore 11+

Issue tracker

Info

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

Developer Notes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.