Which API endpoint lets me find the list of releases in the Development -> Releases page? I've tried various combinations of "rest/api/2/project" (project/id/versions, etc.) to no avail.
Hello Anita
Welcome to our community.
To get all the releases from one particular project you can use the endpoint
/rest/api/2/project/{projectIdOrKey}/version
Feel free to check our documentation for more endpoints.
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.