Reopen
Path parameters
-
id
integer Required
Body
Required
-
receiverUsername
string -
receiverSlot
integer(int32) -
comment
string -
shouldSaveComment
boolean -
ccUserIds
array[string]
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"
]
}