Interface DetailViewFieldService

All Known Implementing Classes:
DetailViewFieldServiceImpl

public interface DetailViewFieldService
Services to retrieve DetailViewField entries for use in the "view" UI (as opposed to configuration). For all configuration needs, use DetailViewFieldConfigurationService.
Since:
v6.0.3
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    ServiceOutcome<List<? extends com.atlassian.jira.issue.fields.Field>>
    Retrieve the fields that are currently configured and valid for the given RapidView.
  • Method Details

    • getDetailViewFields

      @Nonnull ServiceOutcome<List<? extends com.atlassian.jira.issue.fields.Field>> getDetailViewFields(@Nonnull RapidView rapidView)
      Retrieve the fields that are currently configured and valid for the given RapidView.
      Parameters:
      rapidView - the view
      Returns:
      the outcome