jira.js
    Preparing search index...

    Function moveIssueLinkType

    • Moves the issue link type to a new position within the list.

      Available since Jira Data Center 10.4.

      Parameters

      • client: Client
      • parameters: { issueLinkTypeId: string; newPosition?: number }
        • issueLinkTypeId: string

          Id of the issue link type to move.

        • OptionalnewPosition?: number
      • Optionaloptions: RequestOptions

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