Hello everyone,
Our organization is currently utilizing the JIRA Premium tier, and we're eager to perform analytics on all the data within JIRA. Unfortunately, we don't have access to Atlassian Analytics under our current subscription, and upgrading to the Enterprise tier is not within our budget at this time.
We do have access to other analytic platforms, specifically Elasticsearch, and we would like to explore options for loading our JIRA data into Elasticsearch for analysis.
I’m reaching out to see if anyone in the community can share their experiences or advice on:
Any guidance or insights would be greatly appreciated!
Thank you!
Hi @Cartoon Patthalakon ,
Jira supports both a public REST API and CSV export. You can use either to get the data from your Jira project(s).
If you need live data access then use the API, if you want to do periodic analytics you can use CSVs.
Once you have the data you will need to:
If you don't know how to do it, you can ask e.g. ChatGPT or another LLM for details on the implementation.
I am not sure the result would be worth the effort since I have seen many teams analyse Jira data but never any tangible outcomes from it.
Good luck :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.