java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.atlassian.jira.bc.dataimport.DataImportService.ImportError |
Returned by the DataImportService.ImportResult
from a call to DataImportService#doImport(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.bc.dataimport.DataImportService.ImportValidationResult, TaskProgressSink)
Enum Values | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DataImportService.ImportError | CUSTOM_PATH_EXCEPTION | The index or attachment path provided by the data was not valid. | |||||||||||||||||||||||||||||||
DataImportService.ImportError | DOWNGRADE_FROM_ONDEMAND | The data being imported is from a newer version of JIRA. | |||||||||||||||||||||||||||||||
DataImportService.ImportError | NONE | No error happened. | |||||||||||||||||||||||||||||||
DataImportService.ImportError | UPGRADE_EXCEPTION | An error occurred when the data was being upgraded to the latest version. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||
![]() |
The index or attachment path provided by the data was not valid. Meaning it didn't exist or the directory was not writable.
The data being imported is from a newer version of JIRA.
An error occurred when the data was being upgraded to the latest version.