Reopen

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

Path parameters

  • id integer Required
application/json

Body Required

  • receiverUsername string
  • receiverSlot integer(int32)
  • comment string
  • shouldSaveComment boolean
  • ccUserIds array[string]

Responses

  • 200

    OK

POST /closeAPI/api/close/results/issue/{id}/reopen
curl \
 --request POST 'https://customer.trintech.com/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"
  ]
}