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

x/jira/src/serviceDesk/parameters/getQueue.ts>GetQueue

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

Properties

serviceDeskId: string

ID of the service desk whose queues will be returned. This can alternatively be a project identifier.

queueId: number

ID of the required queue.

optional
includeCount: boolean

Specifies whether to include each queue's customer request (issue) count in the response.