Interface AlphabeticalLabelGroupingService

All Known Implementing Classes:
AlphabeticalLabelGroupingServiceImpl

public interface AlphabeticalLabelGroupingService
Provides an alphabetically grouped collection of a user's labels
Since:
v7.0
  • Method Details

    • getAlphabeticallyGroupedLabels

      AlphabeticalLabelGroupingSupport getAlphabeticallyGroupedLabels(ApplicationUser user, Long projectId, String fieldId)
      Retrieve a collection of a project's labels grouped into alphabetical blocks
      Parameters:
      user - A user of JIRA
      projectId - The id of a project
      fieldId - The id of a field
      Returns:
      An instance of AlphabeticalLabelGroupingSupport that has the project's unique labels grouped together alphabetically
      Since:
      v7.0