1) Can i sink jira sevice desk with grafana
2) can i sink jira servive desk with -->MySql-->grafana
Hi @dnayar ,
I'm sure you can find some way to do this. An out of the box solution I could not find on the marketplace but JIRA has a REST API availble so there is no reason why you could not create something that synchronises the data between your JIRA instance and a different reporting framework (such as grafana).
I think the big task here will be to write something yourself as a service that polls the data in to your (local) mysql and have grafana display it.
I highly suggest looking in to the REST API to see if you can develop this as a solution yourself.
Data availability will not be the issue here, just getting the data from the instance to a local repository might take some work. However a good DBA/BI specialist should be able to facilitate this imo!
https://developer.atlassian.com/cloud/jira/platform/rest/v3/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.