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

x/jira/src/agile/parameters/setBoardProperty.ts>SetBoardProperty

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

Properties

boardId: string

The ID of the board on which the property will be set.

propertyKey: string

The key of the board's property. The maximum length of the key is 255 bytes.