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

x/jira/src/version2/parameters/getAllGadgets.ts>GetAllGadgets

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

Properties

dashboardId: number

The ID of the dashboard.

optional
moduleKey: string[]

The list of gadgets module keys. To include multiple module keys, separate module keys with ampersand: moduleKey=key:one&moduleKey=key:two.

optional
uri: string[]

The list of gadgets URIs. To include multiple URIs, separate URIs with ampersand: uri=/rest/example/uri/1&uri=/rest/example/uri/2.

optional
gadgetId: number[]

The list of gadgets IDs. To include multiple IDs, separate IDs with ampersand: gadgetId=10000&gadgetId=10001.