public interface FieldScreenAssociations
A class to help configure associations of one particular field to screens. The functionality offered here is akin to:
FieldConfigurations.FieldConfiguration.getScreens(String)| Modifier and Type | Method and Description |
|---|---|
void |
addFieldToScreen(String screen)
Adds the current field to the specified screen.
|
void |
removeFieldFromScreen(String screen)
Removes the current field from the specified screen.
|
void removeFieldFromScreen(String screen)
screen - the name of the screen e.g. Resolve Issue Screenvoid addFieldToScreen(String screen)
screen - the name of the screen e.g. Resolve Issue ScreenCopyright © 2002-2019 Atlassian. All Rights Reserved.