Hi,
I am trying to fetch jira issues which indicates the difference between two releases.
The same thing can be done on frontend when we click compare releases, it calls the url below, and returns an HTML response.
The url above compares for example release-10 with release-15.
Using rest endpoints I can get the version ids for the releases but I could not finde the comparison endpoint.
Is it possible at all getting the comparison result via rest api?