In Jira, we have a project key and release version, based on project key we are fetching all the versions and from here how should we fetch version details based on version id. We have release notes hyper link in that page i.e how we need to get the release notes url.
Hi @Venkat , welcome on the community :)
I hope I understand you correctly... following REST API endpoint is what you need (I guess)
Let me know, if you need something more...
Thank you Martin for the quick response.
I have tried all the possible options from Jira Rest API document and even the document link which you have provided and it didn't help me out.
The exact information i require is for "Release Notes" :
https://projects.abc.com/projects/projectkey/versions/versionid
after getting into above link there is a "Release Notes" details i need to get.
"Release Notes" is given a hyperlink and it is just beside the start and release dates.
Even i want to get the complete page information based on it.
Note: If we click on "Release Notes" , it will open in separate tab with the below link
"https://projects.abc.com/secure/ReleaseNote.jspa?projectId=11219&version=35071"
35071 is versionid
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have tried all the possible options from Jira Rest API document and even the document link which you have provided and it didn't help me out.
The exact information i require is for "Release Notes" :
https://projects.abc.com/projects/projectkey/versions/versionid
after getting into above link there is a "Release Notes" details i need to get.
"Release Notes" is given a hyperlink and it is just beside the start and release dates.
Even i want to get the complete page information based on it.
Note: If we click on "Release Notes" , it will open in separate tab with the below link
"https://projects.abc.com/secure/ReleaseNote.jspa?projectId=11219&version=35071"
35071 is versionid
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Venkat I don't think it is easily possible. Release notes page is dynamic web page with filtering etc.
There is also existing suggestion: https://jira.atlassian.com/browse/JRACLOUD-3855
Quite similar discussion was held here few months ago: https://community.atlassian.com/t5/Jira-Software-questions/Is-there-a-way-to-use-the-JIRA-API-to-retrieve-Release-Notes-of/qaq-p/1678046
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.