Interface CustomFieldConfigurationRestorer
- All Known Implementing Classes:
CustomFieldConfigurationRestorerImpl
public interface CustomFieldConfigurationRestorer
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum -
Method Summary
Modifier and TypeMethodDescriptionvoidensureFieldsAreCorrectlyConfigured(Collection<com.atlassian.jira.project.Project> projects, ProjectType type, CustomFieldConfigurationRestorer.ScreenSchemeOption screenSchemeOption) Makes sure issue type specific custom fields have correctly configured contexts.
-
Method Details
-
ensureFieldsAreCorrectlyConfigured
void ensureFieldsAreCorrectlyConfigured(Collection<com.atlassian.jira.project.Project> projects, ProjectType type, CustomFieldConfigurationRestorer.ScreenSchemeOption screenSchemeOption) Makes sure issue type specific custom fields have correctly configured contexts.- Parameters:
projects- new Agile projects which are starting to use the fields.type- new project typescreenSchemeOption- indicates if the agile fields should be added to project screens
-