Skip to content

LossonDraug/jira-printer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jira Printer

A small program to print beautiful Jira tickets.

Description

This project was inspired by searching for printing possibilities of Jira tickets for PI Planning. At the time being, Jira plugins that produce beautiful Jira cards are very expensive and those plugins that are free are not that appealing, so I have come to an idea to create my own program for these needs. Jira Cards is a straight forward program that processes a .csv full export file from Jira into some beautiful cards ready to be printed and tossed across that PI Planning board!

Getting Started

Dependencies

Installing

  • Ready to download .exe files can be found in releases (only for windows 11. I don't know if it works on other OS's. Please check Creating a one-file .exe.)
  • Source code is available in the current repo
  • For those who want to modificate the program and be able to create a single file runnable, there is a .spec file for pyinstaller.

Executing program

  • install requirements
  • run
python -m jira_printer

Creating a one-file .exe

  • install requirements
  • install pyinstaller 6.5.0
  • run
pyinstaller jira-printer.spec

P.S.: the version you create with this command is only for the OS you are working on!

Help

If you need any help with a program, open a new discussion.

I want a new feature!

If you want to request a feature, open a new discussion in "Ideas" section!

If you are a developer

Please read README.md in jira_printer package.

Authors

Anna Tsarenko

License

This project is licensed under the GPL 3.0 License - see the LICENSE.md file for details.