@PublicApi
public interface QueueRequestQuery
Issue
inside an existing Queue
.
Examples:
// Query a page of issue inside a queue
QueueQuery query = queueService.newRequestQueryBuilder().serviceDeskId(1).queueId(10).build();
Modifier and Type | Interface and Description |
---|---|
static interface |
QueueRequestQuery.Builder
Builder to construct the
QueueRequestQuery . |
Modifier and Type | Method and Description |
---|---|
LimitedPagedRequest |
pagedRequest()
Pagination parameter
|
int |
queueId()
ID of an existing
Queue whose issues will be returned |
int |
serviceDeskId()
ID of the
ServiceDesk owning the Queue |
int queueId()
Queue
whose issues will be returnedint serviceDeskId()
ServiceDesk
owning the Queue
LimitedPagedRequest pagedRequest()
Copyright © 2020 Atlassian. All rights reserved.