public interface CustomFieldValueTransformer
Modifier and Type | Method and Description |
---|---|
ExternalCustomFieldValue |
transform(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue externalCustomFieldValue,
Long newProjectId)
Transforms a custom field value by letting the custom field tell us what the value (and optionally parent value)
should be transformed into.
|
ExternalCustomFieldValue transform(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue externalCustomFieldValue, Long newProjectId)
projectImportMapper
- a fully populated and validated project import mapperexternalCustomFieldValue
- the value representing a single custom field value from the backup XMLnewProjectId
- the id of the project, in this JIRA instance, that the data is being imported intoCopyright © 2002-2022 Atlassian. All Rights Reserved.