public interface

AlphabeticalLabelRenderer

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

Class Overview

Responsible for rendering an alphabetically grouped list of labels

Summary

Public Methods
String getHtml(ApplicationUser remoteUser, Long projectId, String fieldId, boolean isOtherFieldsExist)
Provides the rendered HTML for all labels in a project & a particular field (System or custom field)

Public Methods

public String getHtml (ApplicationUser remoteUser, Long projectId, String fieldId, boolean isOtherFieldsExist)

Provides the rendered HTML for all labels in a project & a particular field (System or custom field)

Parameters
remoteUser The user performing this request
projectId The project for which to render labels
fieldId The field for which to render labels
isOtherFieldsExist A flag to indicate whether the given field is the only labels field in the project
Returns
  • the rendered HTML for all labels in a project & a particular field (System or custom field)