Skip to main content

Forward a Work Item

POST 

/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.

Request

Path Parameters

    id stringrequired

    The ID of the work item

    Example: ef38f94347e94562b5bb8424a56397d8

Body

required
    targetOwnerId stringrequired

    The ID of the identity to forward this work item to.

    comment stringrequired

    Comments to send to the target owner

    sendNotifications boolean

    Default value: true

    If true, send a notification to the target owner.

Responses

Success, but no data is returned.

Loading...