jira.js
    Preparing search index...

    Function getIssueLinkTypes

    • Returns a list of all issue link types.

      To use this operation, the site must have issue linking enabled.

      This operation can be accessed anonymously.

      Permissions required: Browse projects project permission for a project in the site.

      Parameters

      Returns Promise<
          {
              issueLinkTypes?: {
                  id?: string;
                  inward?: string;
                  name?: string;
                  outward?: string;
                  self?: string;
                  [key: string]: unknown;
              }[];
              [key: string]: unknown;
          },
      >