com.atlassian.jira.web.action.admin.issuefields.enterprise.FieldLayoutSchemeHelper |
![]() |
Provides help with some business logic around the configuration of Field Configuration Schemes (FieldLayoutSchemes in code) and the requirement for reindex.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Determines whether or not a reindex message is required after changing the association of the specified issue type
in the given scheme from the old field layout (Field Configuration) to the new field layout.
| |||||||||||
Determines whether or not a reindex message is required after modifying visibility of a field in the specified
field layout.
| |||||||||||
Determines whether or not a reindex message is required after changing the associated
FieldLayoutScheme
(field configuration scheme) for a project. |
Determines whether or not a reindex message is required after changing the association of the specified issue type in the given scheme from the old field layout (Field Configuration) to the new field layout.
user | the user |
---|---|
fieldLayoutScheme | the scheme in which the association change is occuring |
oldFieldLayoutId | the id of the Field Configuration that used to be associated |
newFieldLayoutId | the id of the new Field Configuration |
Determines whether or not a reindex message is required after modifying visibility of a field in the specified field layout.
user | the user |
---|---|
fieldLayout | the field layout being changed |
Determines whether or not a reindex message is required after changing the associated FieldLayoutScheme
(field configuration scheme) for a project.
user | the user |
---|---|
projectId | the project which is being changed |
oldFieldLayoutSchemeId | the old scheme |
newFieldLayoutSchemeId | the new scheme |