Skip to content

Automate the metrics of the project connect Jira with Google Sheets.

Notifications You must be signed in to change notification settings

NickMano/JIRA-to-Sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JIRA to Sheet

Creation and automation of Metrics in Projects using Jira Software. Using Google Sheet as a support we can see the status of the functionalities, the changes of state that occurred, how long it was in each one and how many rework the team performed.

Installing

A quick introduction of the minimal setup you need to get a hello world up & running.

Install Python3 if necessary

Python Page

Getting started

git clone https://github.com/NickMano/JIRA-to-Sheet.git
cd JIRA-to-Sheet

### Recomended ###
python3 -m venv venv 
source venv/bin/activate
### Recomended ### 

pip install -r requirements.txt

Initial Configuration

Rename example.json to variables.json and add all the parameters you need.

Usage

python3 jira-to-sheet.py

About

Automate the metrics of the project connect Jira with Google Sheets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages