Package | Description |
---|---|
com.atlassian.jira.bc.project.version |
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 |
VersionService.ValidationResult |
DefaultVersionService.validateMerge(JiraServiceContext context,
Long versionId,
Long swapVersionId)
Implementation is the same as deleting, with the actions set to SWAP and the swapVersionId being passed as both
Affects Version swap and Fix Version swap
|
VersionService.ValidationResult |
VersionService.validateMerge(JiraServiceContext context,
Long versionId,
Long swapVersionId)
Validates an attempt to merge a version into another.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultVersionService.delete(JiraServiceContext context,
VersionService.ValidationResult result) |
void |
VersionService.delete(JiraServiceContext context,
VersionService.ValidationResult result)
Deprecated.
Use
VersionService.deleteVersionAndSwap(JiraServiceContext, DeleteVersionWithCustomFieldParameters) that
supports swapping version in custom fields.
Since v7.0.10 |
void |
DefaultVersionService.merge(JiraServiceContext context,
VersionService.ValidationResult result) |
void |
VersionService.merge(JiraServiceContext context,
VersionService.ValidationResult result)
Merges a version into another, then removes the original version.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.