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

x/jira/src/serviceDesk/parameters/getOrganizations.ts>GetOrganizations

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

Properties

serviceDeskId: string

The ID of the service desk from which the organization list will be returned. This can alternatively be a project identifier.

optional
start: number

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

optional
limit: number

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

optional
accountId: string

The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5.