Skip to content

A Jupyter Notebook written in Python to download Jira issues, boards, sprints, projects and epics data. Data is stored in a Pandas dataframe and visualized with Plotly Express.

Notifications You must be signed in to change notification settings

ni79ls/jira-data-sync-and-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jira-data-sync-and-analysis

Jira offers great reporting capabilities on its GUI. Nevertheless there are certain advanced reporting requirements that cannot be easily fulfilled. Also you might need to feed your Jira data into a data warehouse or other surrounding systems. It is always good to understand how to export your data from your Jira instance to process it elsewhere.

In this Jupyter Notebook you will learn the following:

  • How to establish a secure connection to your personal Jira instance
  • How to download issue data
  • How to download board and sprint data
  • How to download project data
  • How to transform Jira data into a Pandas dataframe
  • How to visualize your Jira data with Plotly

The Medium article for this notebook is here.

About

A Jupyter Notebook written in Python to download Jira issues, boards, sprints, projects and epics data. Data is stored in a Pandas dataframe and visualized with Plotly Express.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published