bluefrg / jira-grafana-json-datasource

Connect Grafana to Jira cloud to retrieve metrics on your Jira issues.
MIT License
74 stars 27 forks source link

Problems integrating with Grafana #5

Closed ammoqq closed 5 years ago

ammoqq commented 5 years ago

Screenshot 2019-03-26 at 17 41 13 After adding SimpleJson as datasource & specifying URL ( I verified the test-jira url works correctly ) I cannot see the predefined jira filters. Timeserie dropdown is empty. grafana used is 6.0.2

Any ideas what is wrong ?

bluefrg commented 5 years ago

Do you have any filters made under your user? That list will show your filters if you're using Jira Cloud. Can you attached the output from the container.

ammoqq commented 5 years ago

ok found the issue - I do have jira on premise, I can dig into this to add support for on Premise - any specific idea why it cannot be supported as of now ?

bluefrg commented 5 years ago

That would explain it. This project relies on jira-connector which uses the Jira Cloud API. Pull requests are welcome.