Interface DeleteVersionWithCustomFieldParameters

All Known Implementing Classes:
DeleteVersionWithCustomFieldParametersImpl

@PublicApi @ExperimentalApi public interface DeleteVersionWithCustomFieldParameters
Since:
v7.0.10
See Also:
  • Method Details

    • getVersionToDelete

      @Nonnull Version getVersionToDelete()
    • getMoveFixIssuesTo

      Optional<Version> getMoveFixIssuesTo()
      What version will replace version in 'fix version' field. Optional.empty() means that version will be removed.
    • getMoveAffectedIssuesTo

      Optional<Version> getMoveAffectedIssuesTo()
      What version will replace version in 'affected version' field. Optional.empty() means that version will be removed.
    • getCustomFieldReplacementList

      @Nonnull List<DeleteVersionWithCustomFieldParameters.CustomFieldReplacement> getCustomFieldReplacementList()
      List of version what will replace version in custom fields. For custom fields not specified here version will be removed.