public interface

AlphabeticalLabelGroupingService

com.atlassian.jira.issue.label.AlphabeticalLabelGroupingService
Known Indirect Subclasses

Class Overview

Provides an alphabetically grouped collection of a user's labels

Summary

Public Methods
AlphabeticalLabelGroupingSupport getAlphabeticallyGroupedLabels(ApplicationUser user, Long projectId, String fieldId)
Retrieve a collection of a project's labels grouped into alphabetical blocks

Public Methods

public 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