Reopen

POST /closeAPI/api/close/results/issue/{id}/reopen

Path parameters

  • id integer Required
application/json

Body Required

POST /closeAPI/api/close/results/issue/{id}/reopen
curl \
 --request POST 'http://close-service:8082/closeAPI/api/close/results/issue/{id}/reopen' \
 --header "Content-Type: application/json" \
 --data '{"receiverUsername":"string","receiverSlot":42,"comment":"string","shouldSaveComment":true,"ccUserIds":["string"]}'
Request examples
{
  "receiverUsername": "string",
  "receiverSlot": 42,
  "comment": "string",
  "shouldSaveComment": true,
  "ccUserIds": [
    "string"
  ]
}