Class FieldLayoutCheck

java.lang.Object
com.atlassian.jira.appconsistency.integrity.check.CheckImpl<CheckAmendment>
com.atlassian.jira.appconsistency.integrity.check.FieldLayoutCheck
All Implemented Interfaces:
Check<CheckAmendment>

public class FieldLayoutCheck extends CheckImpl<CheckAmendment>
Check that all Field Layout Items are associated with valid custom fields (it doesn't apply to the Orderable system fields, only IDs with the "customfield_" prefix are taken into account). That the field ids specified by the layout item exist in the database. If not, the layout item is considered corrupt and will be removed. Check based on: