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

x/jira/src/serviceDesk/parameters/getProperty.ts>GetProperty

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

Properties

serviceDeskId: string

The ID of the service desk which contains the request type. This can alternatively be a project identifier.

requestTypeId: number

The ID of the request type from which the property will be retrieved.

propertyKey: string

The key of the property to return.