Hi there,
I´m an intern and I´m doing a project in which I need to download all the issues from JIRA using REST API, I want to know if there is a way to get all the historical issues. I was able to pull out the issues of the active sprint, but I want to know if there is a way to get the data from all the sprints that we had. Also, with the data I want to create a dashboard on Tableau, can anyone give me an idea of how to get the data to Tableau or anyone haves a suggestion of how should I do it. Also, do I need any extension or other software to prepare the data?.
I will be very grateful if anyone can help me.
Thanks,
Daniel.
Hi - the easiest way to get Jira data into Tableau is to use an add-on, of which there are many:
But none of those are free.
As far as downloading "all the issues from JIRA using REST API", this will include historical issues, but you would want to make sure to FILTER issues based on a particular project or board, because getting all the issues would take a long time.
If this is a one-time project you are working on, then you might consider exporting the issues you are looking for as CSV, and then importing that into Tableau.
Here's some documentation about that:
https://help.tableau.com/current/pro/desktop/en-us/examples_text.htm
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.