Skip to content

thomaskkk/jira_metrics_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jira metrics

A simple python script that allows you to extract three main team metrics from Jira Cloud API and print them in a google slide:

  • Throughput
  • Cycle time
  • Monte Carlo forecast

Before run the script you'll need:

  • Jira API Token

Jira API Token

Running the script

You should run on Python 3.7, to check your python version:

python3 --version

Make sure you had the requirements.txt installed (Docker container is comming soon):

pip3 install -r requirements.txt

You can run the script with the command:

./app/jira_metrics.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published