new AllocateWorkItemRequest()
Object AllocateWorkItemRequest
Usage:
RestApiService.getWorkItemManagementService().allocateWorkItem(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.
Type:
- Array.<number>
- Since:
- 4.0.0
resources :Array.<string>
Query parameter: 'resources' (Java type: List) Names of the resources to whom the work items should be allocated.
Type:
- Array.<string>
- Since:
- 4.0.0
versions :Array.<number>
Query parameter: 'version' (Java type: List) Versions of the work items.
Type:
- Array.<number>
- Since:
- 4.0.0