Skip to content

Latest commit

 

History

History
25 lines (25 loc) · 599 Bytes

README.md

File metadata and controls

25 lines (25 loc) · 599 Bytes

Introduction

This project is focused mainly on calculating story points in jira with given time periods (optional).

Getting started

Setting up the conf

Based on example-settings.yaml you need to create a file called settings.yaml in the project folder

Requirements

pip install -r requirements.txt

Running the script

Monthly

python jira_story_point_calculator.py --month

Weekly

python jira_story_point_calculator.py --week

All time

python jira_story_point_calculator.py

Author

Tayyip Gören