Using Versions API - Approvers

I would like to use the Rest API to get the List of Approvers for a Release. GET Version does not include this information when calling the API (https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-versions/#api-rest-api-3-version-id-get). Is there a workaround or another call which will allow me to get the approval status for a Release?

Many thanks

Please excuse my stupidness…

query = {
“expand”: “approvers”
}

1 Like