Interface Queue


@PublicApi public interface Queue
Represents a logical queue of Issue in Jira Service Management
  • Method Details

    • getId

      int getId()
      Returns:
      the ID of the Queue
    • getServiceDeskId

      int getServiceDeskId()
      Returns:
      the ID of the ServiceDesk that this Queue 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 appending project="parent project key" to the JQL defined by project admins
    • getFields

      List<String> getFields()
      Returns:
      the fields that will be returned when querying issues in this Queue
    • getIssueCount

      Optional<Long> getIssueCount()
      Returns:
      the count of issues belonging to this Queue. This number is only available if