public interface CardLayoutFieldService
CardLayoutField
entries for use in
the "view" UI (as opposed to configuration). For all configuration needs,
use CardLayoutFieldConfigurationService
.CardLayoutFieldConfigurationService
Modifier and Type | Method and Description |
---|---|
ServiceOutcome<List<com.atlassian.jira.issue.fields.NavigableField>> |
getCardLayoutFields(RapidView rapidView,
CardLayoutField.Mode mode)
Retrieve the fields that are currently configured and valid for the given
RapidView . |
@Nonnull ServiceOutcome<List<com.atlassian.jira.issue.fields.NavigableField>> getCardLayoutFields(@Nonnull RapidView rapidView, @Nonnull CardLayoutField.Mode mode)
RapidView
.rapidView
- the viewmode
- is the card layout modeCopyright © 2007–2015 Atlassian. All rights reserved.