Skip to content

thomaskkk/jira_metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 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
  • Google Slides API credentials
  • One or multiple config files in the config folder

Jira API Token

Google Slides API credentials

Config files

Check the file config_example.yml you need a config file in the /config folder for each team/squad/slide that you want to extract metrics from. You can have multiple config files in the config folder, and if you want multiple directories to organize your config files.

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages