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

    Interface DeleteRelatedWork

    interface DeleteRelatedWork {
        relatedWorkId: string;
        versionId: string;
    }
    Index

    Properties

    relatedWorkId: string

    The ID of the related work to delete.

    versionId: string

    The ID of the version that the target related work belongs to.