Class: AllocateAndOpenWorkItemRequest

tibco.objectapi.service.request.AllocateAndOpenWorkItemRequest

new AllocateAndOpenWorkItemRequest()

Object AllocateAndOpenWorkItemRequest Usage: RestApiService.getWorkItemManagementService().allocateAndOpenWorkItem(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 allocate and open.
Type:
  • Array.<number>
Since:
  • 4.0.0

resources :Array.<string>

Query parameter: 'resources' (Java type: List) Names of the resources to whom the work itema are to be allocated.
Type:
  • Array.<string>
Since:
  • 4.0.0

versions :Array.<number>

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