Interface Queue
@PublicApi
public interface Queue
Represents a logical queue of
Issue
in Jira Service Management-
Method Summary
-
Method Details
-
getId
int getId()- Returns:
- the ID of the
Queue
-
getServiceDeskId
int getServiceDeskId()- Returns:
- the ID of the
ServiceDesk
that thisQueue
belongs to
-
getName
String getName()- Returns:
- the name of this
Queue
-
getJql
String getJql()- Returns:
- the full JQL string backing this
Queue
. This JQL is constructed by appendingproject="parent project key"
to the JQL defined by project admins
-
getFields
- Returns:
- the fields that will be returned when querying issues in this
Queue
-
getIssueCount
- Returns:
- the count of issues belonging to this
Queue
. This number is only available if
-