| Package | Description |
|---|---|
| com.atlassian.servicedesk.api.queue |
| Modifier and Type | Method and Description |
|---|---|
Queue |
QueueService.addQueue(com.atlassian.jira.user.ApplicationUser user,
QueueCreateParameters queueCreateParameters)
Given the required QueueParameters create a new
Queue in the service desk project |
Queue |
QueueService.updateQueue(com.atlassian.jira.user.ApplicationUser user,
QueueUpdateParameters queueUpdateParameters)
Given the required QueueParameters update the
Queue in the service desk project. |
| Modifier and Type | Method and Description |
|---|---|
PagedResponse<Queue> |
QueueService.getQueues(com.atlassian.jira.user.ApplicationUser user,
QueueQuery queueQuery)
Get a page of
Queue that satisfies the provided QueueQuery. |
List<Queue> |
QueueService.reorderQueues(com.atlassian.jira.user.ApplicationUser user,
int serviceDeskId,
List<Integer> newQueueOrderId)
Reorder the list of
Queue for a given service desk |
Copyright © 2021 Atlassian. All rights reserved.