Download and Analyse Jira Data with Python, Pandas and Plotly

Learn how to connect to your Jira instance and download the data for advanced analytical processing in Python.

Nils
Level Up Coding
Published in
7 min readApr 3, 2023

--

Jira is a great tool for agile project management and collaboration. It has a wealth of built-in reporting capabilities and it becomes even more powerful with various plugins. Nevertheless, there are certain situations where you want your Jira data to be available locally or in another system. For those cases, Jira offers a convenient REST API…

--

--