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

thoughts about Jira Server api? #3

Closed jnmcfly closed 5 years ago

jnmcfly commented 5 years ago

Hey, Im not into programming, but i figured out, that its not possible to "GET" the "/rest/api/2/filter"'s in Jira Server (on-prem). Do you have any ideas, how to do this?

The only way to "GET" filters is by ".../filter/{id}" or by ".../filter/favourite" documented here

bluefrg commented 5 years ago

Looks like I'd need to switch up the lookup for on-prem Jira to use favorites. This will take some more investigation. Pull-requests welcome.

bluefrg commented 5 years ago

The dependencies I'm using don't support Jira running as on-premise.