@ExperimentalApi
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
|
long |
queueId()
NB: Please note that from a future version of JIRA Service Desk released alongside JIRA 7.6.0 this method will return an int, instead of a long
ID of an existing
Queue whose issues will be returned |
long |
serviceDeskId()
NB: Please note that from a future version of JIRA Service Desk released alongside JIRA 7.6.0 this method will return an int, instead of a long
ID of the
ServiceDesk owning the Queue |
long queueId()
Queue
whose issues will be returnedlong serviceDeskId()
ServiceDesk
owning the Queue
LimitedPagedRequest pagedRequest()
Copyright © 2017 Atlassian. All rights reserved.