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

x/jira/src/agile/models/toggleFeatures.ts>ToggleFeatures

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

Properties

optional
features: { boardFeature?: string; boardId?: number; state?: string; localisedName?: string; localisedDescription?: string; learnMoreLink?: string; imageUri?: string; featureType?: string; localisedGroup?: string; permissibleEstimationTypes?: { value?: string; localisedName?: string; localisedDescription?: string; }[]; featureId?: string; learnMoreArticleId?: string; toggleLocked?: boolean; }[]