jira.js
    Preparing search index...

    Function deleteRelatedWork

    • Deletes the given related work for the given version.

      This operation can be accessed anonymously.

      Permissions required: Resolve issues: and Edit issues Managing project permissions for the project that contains the version.

      Parameters

      • client: Client
      • parameters: { relatedWorkId: string; versionId: string }
        • relatedWorkId: string

          The ID of the related work to delete.

        • versionId: string

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

      • Optionaloptions: RequestOptions

      Returns Promise<void>