Skip to content

VamsiDevalla/JIRA-print

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This project can used to print jira cards with custom styling. you may need to update styles and colors according to your needs in landing.css file located in JIRAPRINT > resources > stylesheets

prerequisites:

  • Node.js should be installed to run this projects

Steps to print your cards

First Time

  • Step-1: Download or clone the project
  • Step-2: Now open any terminal and navigate project directory JIRAPRINT and run the command npm install

Every time

I have attached a image at the bottom of this page that can help you to figure out some of steps below.

  • Step-1: Open Jira and go to active sprint
  • Step-2: Now open developer tools of the browser and navigate to network tab

    For Chrome on Mac, COMMAND + OPTION + I, will on open network tab in developer tools

  • Step-3: Keeping the dev tools opened press reload on the browser window
  • Step-4: Find and click on the network call starting with allData.json?rapidViewId=
  • Step-5: Go to response section of the call and copy all the data COMMAND + A > COMMAND + C
  • Step-6: Now Open the data.json file present in the project. JIRAPRINT > resources > data.json
  • Step-7: Replace the contents of the file with the content copied form the dev tools
  • Step-8: Now open any terminal and navigate project directory JIRAPRINT and run npm run start OR node index

Now you can open http://localhost:4000/ and print your card

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors