| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.atlassian.jira.bc.project.version.VersionService.ValidationResult.Action | |
| Enum Values | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| VersionService.ValidationResult.Action | DELETE | Delete a version and remove it from all issues. | |||||||||||||||||||||||||||||||
| VersionService.ValidationResult.Action | DELETE_AND_REPLACE | Delete a version and replace its occurrences in issues with different versions for "affected" and "fixed". | |||||||||||||||||||||||||||||||
| VersionService.ValidationResult.Action | MERGE | Delete a version and replace all its occurrences in issues with another specified version, in other words merge one version into another. | |||||||||||||||||||||||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||||||||||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
From interface
java.lang.Comparable
| |||||||||||||||||||||||||||||||||
Delete a version and remove it from all issues.
Delete a version and replace its occurrences in issues with different versions for "affected" and "fixed".
Delete a version and replace all its occurrences in issues with another specified version, in other words merge one version into another.

