Interface PriorityClient

All Known Implementing Classes:
NativePriorityClient

public interface PriorityClient
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a set of all valid priorities across the whole instance in priority order of highest to lowest
    Returns a list of all valid priorities in the given project across all issue types in priority order of highest to lowest
  • Method Details

    • getOrderedPriorities

      List<PriorityBean> getOrderedPriorities(String projectId)
      Returns a list of all valid priorities in the given project across all issue types in priority order of highest to lowest
      Parameters:
      projectId - the project to retrieve priorities for
      Returns:
      list of priorities
    • getOrderedPriorities

      List<PriorityBean> getOrderedPriorities()
      Returns a set of all valid priorities across the whole instance in priority order of highest to lowest
      Returns:
      list of priorities