Interface QueueCreateParameters


@PublicApi public interface QueueCreateParameters
Parameters to create Queue.

Examples:


     // Parameters to create a queue
     QueueCreateParameters queueCreateParameters = queueService.newQueueCreateParameterBuilder(serviceDesk, "Sample Queue").build();

 
  • Method Details

    • getName

      String getName()
      Returns:
      Name of the Queue
    • getServiceDeskId

      int getServiceDeskId()
      Returns:
      Service project id of Queue
    • getJql

      Optional<String> getJql()
      Returns:
      JQL of the Queue
    • getOrder

      Optional<Integer> getOrder()
      Returns:
      Order of the Queue
    • getFields

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