jira.js
    Preparing search index...

    Function getRelatedWork

    • Returns related work items for the given version id.

      This operation can be accessed anonymously.

      Permissions required: Browse projects project permission for the project containing the version.

      Parameters

      • client: Client
      • parameters: { id: string }
        • id: string

          The ID of the version.

      • Optionaloptions: RequestOptions

      Returns Promise<
          {
              category: string;
              issueId?: number;
              relatedWorkId?: string;
              title?: string;
              url?: string;
              [key: string]: unknown;
          }[],
      >