https://github.com/ussserrr/jira-worklogs
Output your monthly work into simple HTML report using Jira REST API
https://github.com/ussserrr/jira-worklogs
Last synced: 3 months ago
JSON representation
Output your monthly work into simple HTML report using Jira REST API
- Host: GitHub
- URL: https://github.com/ussserrr/jira-worklogs
- Owner: ussserrr
- License: mit
- Created: 2022-01-03T12:55:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-06T09:21:26.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T18:52:25.952Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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:
```shell
$ 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](/app.py) and [jira](/jira/__init__.py) modules for more information.
The `.html` report will be generated at `pwd`.