@ExperimentalApi
public interface Queue
Issue
in JIRA Service DeskModifier and Type | Method and Description |
---|---|
List<String> |
getFields() |
long |
getId()
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
|
Optional<Long> |
getIssueCount() |
String |
getJql() |
String |
getName() |
long |
getServiceDeskId()
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
|
long getId()
Queue
long getServiceDeskId()
ServiceDesk
that this Queue
belongs toString getJql()
Queue
. This JQL is constructed by appending project="parent project key"
to the JQL defined by project adminsList<String> getFields()
Queue
Copyright © 2017 Atlassian. All rights reserved.