Class DeleteAndReplaceVersionBean

java.lang.Object
com.atlassian.jira.rest.v2.issue.version.DeleteAndReplaceVersionBean

public class DeleteAndReplaceVersionBean extends Object
REST call parameters.
Since:
v7.0.10
See Also:
  • Constructor Details

    • DeleteAndReplaceVersionBean

      public DeleteAndReplaceVersionBean()
  • Method Details

    • getMoveFixIssuesTo

      public Long getMoveFixIssuesTo()
      Version that will replace version in field 'fix version', if empty version will be deleted from field.
    • getMoveAffectedIssuesTo

      public Long getMoveAffectedIssuesTo()
      Version that will replace version in field 'affected version', if empty version will be deleted from field.
    • getCustomFieldReplacementList

      public List<DeleteAndReplaceVersionBean.CustomFieldReplacement> getCustomFieldReplacementList()
      List of version what will replace version in custom fields. Empty means that version will be removed from all custom fields.