Skip to main content

Forward a Work Item​

This API forwards a work item to a new owner. Either an admin, or the owning/current user must make this request.

Path Parameters
  • id string required

    The ID of the work item

    Example: ef38f94347e94562b5bb8424a56397d8
Request Body required
  • targetOwnerId string required

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

  • comment string required

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