Skip to content

Output your monthly work into simple HTML report using Jira REST API

License

Notifications You must be signed in to change notification settings

ussserrr/jira-worklogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

It is recommended to establish a new virtual environment (venv). Next, use requirement.txt to set up all dependencies.

Usage

Run the main script app.py supplying the env variables as config parameters:

$ JIRA_HOST=jira.company.domain JIRA_USERNAME=user JIRA_PASSWORD=password python app.py

By default, the app assumes the https protocol for Jira access and last month as a period of statistic aggregation (so if you're running it in january, the december issues will be collected). See upper-case constants in app and jira modules for more information.

The .html report will be generated at pwd.

About

Output your monthly work into simple HTML report using Jira REST API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages