Skip to content

A small python programs to summarize the workhours of the last or current sprint

License

Notifications You must be signed in to change notification settings

jasperspahl/jiraWorklog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

It's recommended to set up a venv. Then install the dependencies from the requirements.txt

Bash (Linux)

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Powershell (Windows)

python -m venv venv
.\venv\Scripts\Activate.ps1
pip install -r requirements.txt

Usage

Just execute the main.py

Configuration [Optional]

The configuration can be passed in via environment variables.

JIRA_HOST=jira.example.com JIRA_USER=username python main.py

Inspiration

This project was inspired by github.com/ussserrr/jira-worklogs.

About

A small python programs to summarize the workhours of the last or current sprint

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages