Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/serviceDesk/parameters/getInsightWorkspaces.ts>GetInsightWorkspaces

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface GetInsightWorkspaces
import { type GetInsightWorkspaces } from "https://deno.land/x/jira@v3.0.2/src/serviceDesk/parameters/getInsightWorkspaces.ts";

Properties

optional
start: number

The starting index of the returned workspace IDs. Base index: 0 See the Pagination section for more details.

optional
limit: number

The maximum number of workspace IDs to return per page. Default: 50 See the Pagination section for more details.