java.lang.Object | |
↳ | com.atlassian.jira.imports.project.transformer.IssueTransformerImpl |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Transforms an ExternalIssue based on the project import mapper that is provided.
|
[Expand]
Inherited Methods | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||
![]()
|
Transforms an ExternalIssue based on the project import mapper that is provided. This should only be used with a fully mapped and validated ProjectImportMapper.
Note that the ID is left as null, as the new ID will not be known until the object is created.
projectImportMapper | a fully mapped and validated ProjectImportMapper |
---|---|
issue | 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. |