Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/src/serviceDesk/parameters/getIssuesInQueue.ts>GetIssuesInQueue

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

Properties

serviceDeskId: string

The ID of the service desk containing the queue to be queried. This can alternatively be a project identifier.

queueId: number

The ID of the queue whose customer requests will be returned.

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.