Hi,
I’m looking for REST API which allows me to fetch project release details ( for example stories implemented in release).
I see that is something like project versions
https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/?_ga=2.170492192.1881202519.1520241775-1768774767.1505205448#api/2/version-getVersion
It returns me released or not project versions but how to get details about stories in release ? I see that in jira board view for project is something like Releases. Do you know if is possible get the same information over JIRA REST API ?
Thanks,