Forward a Work Item
POST {{baseUrl}}/work-items/:id/forward
This API forwards a work item to a new owner. Either an admin, or the owning/current user must make this request. Accessible to work-item Owner, ORGADMIN, REPORTADMIN, ROLEADMIN, ROLESUBADMIN, SOURCEADMIN, SOURCESUBADMIN.
Request Body
{"targetOwnerId"=>"2c9180835d2e5168015d32f890ca1581", "comment"=>"I'm going on vacation.", "sendNotifications"=>true}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK