jira.js
    Preparing search index...

    Function getLinkedWorkspaceById

    • Retrieve a specific Security Workspace linked to the Jira site for the given workspace ID.

      The result will be what is currently stored, ignoring any pending updates or deletes.

      Parameters

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

          The ID of the workspace to fetch.

      • Optionaloptions: RequestOptions

      Returns Promise<{ updatedAt: Date; workspaceId: string; [key: string]: unknown }>