There are release version available, I am trying to fetch the sections created under it, but I am unable to fetch it directly from any JIRA API.
Its the section under title highllght. During page load it comes as part of html.
Welcome to the Atlassian Community!
What do you mean by "sections created under a release"?
There are release or fix-versions each week following agile which shows all the stories being released this week tagged to it. In different release versions we can add a section of notes as shown in image.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So not a section, you want the version description.
You can get this with a "get version" call - see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-versions/#api-rest-api-3-version-id-get
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This also only gives basic information and not the detailed information of that version which is needed.
What i get -
What i Need is data underhighlight-
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.