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

public class IssueLinkCheck extends CheckImpl<CheckAmendment>
Check that all Issue Links are associated with valid issues. i.e. That the issue ids specified by the link exist in the database. If not, the link is considered corrupt and will be removed.