public interface IssueTypeMapperValidator
| Modifier and Type | Method and Description |
|---|---|
MessageSet |
validateMappings(I18nHelper i18nHelper,
BackupProject backupProject,
IssueTypeMapper issueTypeMapper)
Makes sure that the issue types that are required:
exists in the current instance
is valid for the current projects issue type scheme
is or is not a subtask based on how the issue type was defined in the backup system
|
MessageSet validateMappings(I18nHelper i18nHelper, BackupProject backupProject, IssueTypeMapper issueTypeMapper)
i18nHelper - helper bean that allows us to get i18n translationsbackupProject - is the backup project the data is mapped fromissueTypeMapper - is the populated issueTypeMapperCopyright © 2002-2019 Atlassian. All Rights Reserved.