Uses of Interface
com.atlassian.jira.bc.project.version.VersionService.VersionAction
Packages that use VersionService.VersionAction
-
Uses of VersionService.VersionAction in com.atlassian.jira.bc.project.version
Classes in com.atlassian.jira.bc.project.version that implement VersionService.VersionActionModifier and TypeClassDescriptionfinal class
Instance ofVersionService.VersionAction
that indicates theVersion
should be removed from affected issues.final class
Instance ofVersionService.VersionAction
that indicates theVersion
should be swapped out for the specified version in affected issues.Fields in com.atlassian.jira.bc.project.version declared as VersionService.VersionActionModifier and TypeFieldDescriptionstatic final VersionService.VersionAction
VersionService.REMOVE
Indicates that theVersion
should be removed from affected issues.Methods in com.atlassian.jira.bc.project.version with parameters of type VersionService.VersionActionModifier and TypeMethodDescriptionDefaultVersionService.validateDelete
(JiraServiceContext context, Long versionId, VersionService.VersionAction affectsAction, VersionService.VersionAction fixAction) VersionService.validateDelete
(JiraServiceContext context, Long versionId, VersionService.VersionAction affectsAction, VersionService.VersionAction fixAction) Deprecated.
VersionService.deleteVersionAndSwap(JiraServiceContext, DeleteVersionWithCustomFieldParameters)
that supports swapping version in custom fields.