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

    Interface DeleteComponent

    interface DeleteComponent {
        id: string;
        moveIssuesTo?: string;
    }
    Index

    Properties

    Properties

    id: string

    The ID of the component.

    moveIssuesTo?: string

    The ID of the component to replace the deleted component. If this value is null no replacement is made.