Jira.js - Jira Cloud API library
    Preparing search index...

    Interface DeleteAndReplaceVersion

    interface DeleteAndReplaceVersion {
        customFieldReplacementList?: Version3Models.CustomFieldReplacement[];
        id: string;
        moveAffectedIssuesTo?: number;
        moveFixIssuesTo?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    customFieldReplacementList?: Version3Models.CustomFieldReplacement[]

    An array of custom field IDs (customFieldId) and version IDs (moveTo) to update when the fields contain the deleted version.

    id: string

    The ID of the version.

    moveAffectedIssuesTo?: number

    The ID of the version to update affectedVersion to when the field contains the deleted version.

    moveFixIssuesTo?: number

    The ID of the version to update fixVersion to when the field contains the deleted version.