pawelrychlik / jira-dependency-graph

Graph visualizer for JIRA tickets' dependencies
MIT License
281 stars 85 forks source link

Clarify supported Jira products in README #30

Open Mooninaut opened 5 years ago

Mooninaut commented 5 years ago

Does jira-dependency-graph support Jira Cloud, Jira Server, or both?

I notice the API documentation linked is that for Jira Server. I would like to use jira-dependency-graph with Jira Cloud, but I got a 401 error when I tried. It would be helpful if the README made it clear which product(s) are supported.

Thanks!

pawelrychlik commented 4 years ago

I think I've never had a chance to run it against Jira Cloud :). Therefore - all feedback welcome!

Regenhardt commented 1 year ago

I just checked, it seems the API in jira cloud (e.g. /rest/agile/1.0/issue/{issueIdOrKey}) is different from jira server (e.g. /rest/api/latest/issue/{issueIdOrKey} so it doesn't work.