@PublicApi
@ExperimentalApi
public interface DeleteVersionWithCustomFieldParameters
VersionManager.deleteVersionAndSwap(ApplicationUser, DeleteVersionWithCustomFieldParameters)
and
VersionService.deleteVersionAndSwap(JiraServiceContext, DeleteVersionWithCustomFieldParameters)
DeleteVersionWithReplacementsParameterBuilder
,
VersionService.createVersionDeletaAndReplaceParameters(Version)
Modifier and Type | Interface and Description |
---|---|
static interface |
DeleteVersionWithCustomFieldParameters.CustomFieldReplacement
Information about version replacement in custom field.
|
Modifier and Type | Method and Description |
---|---|
List<DeleteVersionWithCustomFieldParameters.CustomFieldReplacement> |
getCustomFieldReplacementList()
List of version what will replace version in custom fields.
|
Optional<Version> |
getMoveAffectedIssuesTo()
What version will replace version in 'affected version' field.
|
Optional<Version> |
getMoveFixIssuesTo()
What version will replace version in 'fix version' field.
|
Version |
getVersionToDelete() |
Optional<Version> getMoveFixIssuesTo()
Optional.empty()
means
that version will be removed.Optional<Version> getMoveAffectedIssuesTo()
Optional.empty()
means
that version will be removed.@Nonnull List<DeleteVersionWithCustomFieldParameters.CustomFieldReplacement> getCustomFieldReplacementList()
Copyright © 2002-2019 Atlassian. All Rights Reserved.