Class: ReallocateWorkItemRequest

tibco.objectapi.service.request.ReallocateWorkItemRequest

new ReallocateWorkItemRequest()

Object ReallocateWorkItemRequest Usage: RestApiService.getWorkItemManagementService().reallocateWorkItem(request, callback);
Since:
  • 4.0.0

Members

ids :Array.<number>

Query parameter: 'id' (Java type: List) One or more IDs of the work items to reallocate.
Type:
  • Array.<number>
Since:
  • 4.0.0

resources :Array.<string>

Query parameter: 'resources' (Java type: List) Name of the resource(s) to whom the specified work items are to be reallocated.
Type:
  • Array.<string>
Since:
  • 4.0.0

revertDatas :Array.<boolean>

Query parameter: 'revertdata' (Java type: List) Boolean that specifies whether the data associated with the specified work item is to be reverted or not.
Type:
  • Array.<boolean>
Since:
  • 4.0.0

versions :Array.<number>

Query parameter: 'version' (Java type: List) (optional, default=latest version) Version of the work item(s).
Type:
  • Array.<number>
Since:
  • 4.0.0