Package com.atlassian.jira.issue.label
Interface AlphabeticalLabelGroupingService
- All Known Implementing Classes:
AlphabeticalLabelGroupingServiceImpl
public interface AlphabeticalLabelGroupingService
Provides an alphabetically grouped collection of a user's labels
- Since:
- v7.0
-
Method Summary
Modifier and TypeMethodDescriptiongetAlphabeticallyGroupedLabels(ApplicationUser user, Long projectId, String fieldId) Retrieve a collection of a project's labels grouped into alphabetical blocks
-
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 JIRAprojectId- The id of a projectfieldId- The id of a field- Returns:
- An instance of
AlphabeticalLabelGroupingSupportthat has the project's unique labels grouped together alphabetically - Since:
- v7.0
-