Package | Description |
---|---|
com.atlassian.jira.imports.project.handler | |
com.atlassian.jira.imports.project.mapper | |
com.atlassian.jira.imports.project.validation |
Constructor and Description |
---|
CustomFieldOptionsMapperHandler(CustomFieldOptionMapper customFieldOptionMapper) |
Modifier and Type | Method and Description |
---|---|
CustomFieldOptionMapper |
ProjectImportMapperImpl.getCustomFieldOptionMapper() |
CustomFieldOptionMapper |
ProjectImportMapper.getCustomFieldOptionMapper()
Gets a CustomFieldOptionMapper which, when fully populated, indicates how to map the IDs of the Custom Field Options
in the Import file, to the equivalent Option in the current JIRA.
|
Modifier and Type | Method and Description |
---|---|
void |
AutomaticDataMapper.mapCustomFieldOptions(BackupProject backupProject,
CustomFieldOptionMapper customFieldOptionMapper,
CustomFieldMapper customFieldMapper,
IssueTypeMapper issueTypeMapper)
Automatically map custom field options in the given mapper.
|
void |
AutomaticDataMapperImpl.mapCustomFieldOptions(BackupProject backupProject,
CustomFieldOptionMapper customFieldOptionMapper,
CustomFieldMapper customFieldMapper,
IssueTypeMapper issueTypeMapper)
Automatically map custom field options in the given mapper.
|
Modifier and Type | Method and Description |
---|---|
void |
CustomFieldOptionMapperValidatorImpl.validateMappings(I18nHelper i18nHelper,
BackupProject backupProject,
CustomFieldOptionMapper customFieldOptionMapper,
CustomFieldMapper customFieldMapper,
Map<String,MessageSet> customFieldValueMessageSets) |
void |
CustomFieldOptionMapperValidator.validateMappings(I18nHelper i18nHelper,
BackupProject backupProject,
CustomFieldOptionMapper customFieldOptionMapper,
CustomFieldMapper customFieldMapper,
Map<String,MessageSet> customFieldValueMessageSets)
Validates the automatic mappings that have been created to see if the mappings are relevant in the current JIRA instances setup.
|
Copyright © 2002-2021 Atlassian. All Rights Reserved.