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

x/jira/src/agile/parameters/deleteBoardProperty.ts>DeleteBoardProperty

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

Properties

boardId: string

The id of the board from which the property will be removed.

propertyKey: string

The key of the property to remove.