Interface IssueTypeConfigFieldsHelper
- All Known Implementing Classes:
DefaultIssueTypeConfigFieldsHelper
public interface IssueTypeConfigFieldsHelper
Service for dealing with the fields of the view screen of a project.
- Since:
- v6.2
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classA class that contains the result of a fields lookup.static class -
Method Summary
-
Method Details
-
getFieldsData
@Nonnull IssueTypeConfigFieldsHelper.FieldsResult getFieldsData(@Nonnull ProjectContext context, ApplicationUser user) - Returns:
- The
IssueTypeConfigFieldsHelper.FieldsResultof the lookup.
-