We are creating/updating issues using curl command and json file, how to approve the issues via same?
Hello @Pooja Goudappanour ,
Currently, the approval API is listed as experimental so it may change in the future, but the endpoint you are looking for is :
POST /rest/servicedeskapi/request/{issueIdOrKey}/approval/{approvalId}
Using the data package:
{ "decision": "approve" }
or
{ "decision": "decline" }
Regards,
Earl
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.