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

x/jira/src/agile/parameters/setProperty.ts>SetProperty

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

Properties

sprintId: string

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

propertyKey: string

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