Skip to content

GabrielSSGF/Report-Generator-for-Jira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation


Jira
Report Generator for Jira

A simple report generator containing SLA and Status info for your Jira Projects.

Key FeaturesPlanned FeaturesHow To UseCredits

Key Features

  • SLA Report
    • Returns you a .xlsx file containing the percentage of SLA tickets that were broken in the time of first response and resolution in a specific week or month. It also returns the amount of tickets resolved in its respective duration;
    • The .xlsx file has two sheets, one with information ordered by month and the other ordered by week. Each week starts at monday.
  • Status Report
    • Returns you a .xlsx file containing the time duration of its respective Key status and the total amount of time of all status combined;
    • The .xlsx file has two sheets, one with only the resolved issues and the other with resolved and unresolved issues;

Planned Features

  • Automated Email services.

How To Use

To clone and run this application, you'll need Git and Python 3. From your command line:

# Clone this repository
$ git clone https://github.com/GabrielSSGF/Report-Generator-for-Jira

# Go into the repository
$ cd Report-Generator-for-Jira

# Install dependencies
$ pip install pandas openpyxl requests

* Configure the configData.json with the necessary information

# Run the app
$ python3 SLA-Report.py
$ python3 Status-Report.py

Credits

This software uses the following Python libraries:

About

Generates reports containing info regarding SLA and Status changes in Jira's tickets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages