Serena Agile Web Services API → Item Management → ItemManagement Webservice Methods → AssignWorkItem
Description
This method moves a work item assigned to one backlog by assigning it to a new backlog.
Arguments
Parameter | Datatype | Description |
---|---|---|
token | string | A security token authorizing access to the web service. |
id | int | The ID of the work item to be assigned. |
sourceBacklogId | int | The ID of the backlog to which the work item is assigned. |
targetBacklogId | int | The ID of the backlog to which the work item will be assigned. |