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

x/jira/src/agile/parameters/deleteProperty.ts>DeleteProperty

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

Properties

sprintId: string

The ID of the sprint from which the property will be removed.

propertyKey: string

The key of the property to remove.