statox / JiraPrinter

Print your Jira tickets for your Scrum board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JiraPrinter

Print your Jira tickets for your Scrum board

Usage

The application reads configuration from a config.json file in its working diretory:

{
    "username": "myUserName",
    "password": "MyPassword",
    "host": "JiraHost.com",
    "port": "8080"
}

It also reads the list of issues to generate from a issues.txt file in its working directory. The file should contain an issue ID by line

PROJ1-23
PROJ2-43
PROJ1-99

Dependencies

The application uses pdfKit to generate PDF from HTML files. This module needs wkhtmltopdf installed to work properly.

About

Print your Jira tickets for your Scrum board

License:MIT License


Languages

Language:Python 100.0%