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 Screen
void addFieldToScreen(String screen)
screen
- the name of the screen e.g. Resolve Issue Screen
Copyright © 2002-2022 Atlassian. All Rights Reserved.