public class IssueTransformerImpl extends Object implements IssueTransformer
Constructor and Description |
---|
IssueTransformerImpl() |
Modifier and Type | Method and Description |
---|---|
ExternalIssue |
transform(ProjectImportMapper projectImportMapper,
ExternalIssue issue)
Transforms an ExternalIssue based on the project import mapper that is provided.
|
public ExternalIssue transform(ProjectImportMapper projectImportMapper, ExternalIssue issue)
IssueTransformer
Note that the ID is left as null, as the new ID will not be known until the object is created.
transform
in interface IssueTransformer
projectImportMapper
- a fully mapped and validated ProjectImportMapperissue
- the external issue that contains all the old values that need to be transformed and other values
that should be stored that need no transformation.Copyright © 2002-2021 Atlassian. All Rights Reserved.