Package | Description |
---|---|
com.atlassian.jira.bc.project.version |
Modifier and Type | Class and Description |
---|---|
class |
RemoveVersionAction
Instance of
VersionService.VersionAction that indicates
the Version should be removed from affected issues. |
class |
SwapVersionAction
Instance of
VersionService.VersionAction that indicates
the Version should be swapped out for the specified version in
affected issues. |
Modifier and Type | Field and Description |
---|---|
static VersionService.VersionAction |
VersionService.REMOVE
Indicates that the
Version should be removed from affected issues. |
Modifier and Type | Method and Description |
---|---|
VersionService.ValidationResult |
DefaultVersionService.validateDelete(JiraServiceContext context,
Long versionId,
VersionService.VersionAction affectsAction,
VersionService.VersionAction fixAction) |
VersionService.ValidationResult |
VersionService.validateDelete(JiraServiceContext context,
Long versionId,
VersionService.VersionAction affectsAction,
VersionService.VersionAction fixAction)
Deprecated.
Use
VersionService.deleteVersionAndSwap(JiraServiceContext, DeleteVersionWithCustomFieldParameters) that
supports swapping version in custom fields.
Since v7.0.10 |
Copyright © 2002-2023 Atlassian. All Rights Reserved.