Get release notes URL

I want to add the release notes URL whenever a new version is available. The marketplace REST API doesn’t have this available. From what I can see the URL has different numbers attached to the end, anyone know what that is?
https://confluence.atlassian.com/jirasoftware/jira-software-8-6-x-release-notes-978220007.html

It’s the unique ID of the page, literally the pageId attribute.

Got it, so there’s no way to grab the release notes because I won’t know the page ID. Do you know of anyway to get the release notes page? Thanks.

I am not aware of a method to dynamically generate the URL for the release, no. It’s possible constructing your URLs like this will work for now:
https://confluence.atlassian.com/display/JIRASOFTWARE/JIRA+Software+8.6.x+release+notes

But this isn’t “safe” – it’s not a promise that it won’t change.