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 project |
Queue |
QueueService.updateQueue(com.atlassian.jira.user.ApplicationUser user,
QueueUpdateParameters queueUpdateParameters)
Given the required QueueParameters update the
Queue in the service 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 project |
Copyright © 2022 Atlassian. All rights reserved.