Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/src/version2/models/projectFeatureToggleRequest.ts>ProjectFeatureToggleRequest

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

Container for a request to toggle the state of the feature to ENABLED or DISABLED.

Properties

optional
state: "ENABLED" | "DISABLED" | "COMING_SOON"

The new state for the feature