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

x/jira/src/version3/parameters/getApplicationProperty.ts>GetApplicationProperty

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

Properties

optional
key: string

The key of the application property.

optional
permissionLevel: string

The permission level of all items being returned in the list.

optional
keyFilter: string

When a key isn't provided, this filters the list of results by the application property key using a regular expression. For example, using jira.lf.* will return all application properties with keys that start with jira.lf..