Our company has setup ITSM using Jira Software server 8.13.1 + a few plugins. For a change , if there is a pending approval from a particular approval group, I want to automatically approve the change on behalf of that group using rest api. I tried the servicedesk rest api to get the list of approvals pending on the change as described in the document below but I get a 404 error.
https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-request/#api-rest-servicedeskapi-request-issueidorkey-approval-get
I also checked this documentation but couldn't find anything related to it.
https://docs.atlassian.com/software/jira/docs/api/REST/8.13.1/
The support team asked us to refer to the following rest api, using which I was able to get the approvals for all the changes in ITSM but to approve a particular change using the approvalId was not possible.
https://chicago.herzum.com/confluence/display/HAP/REST+API+Documentation
Do you have something similar using which I can get the list of approvals on the change and approve it on behalf of a particular approval group?