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

x/jira/src/version3/models/projectFeature.ts>ProjectFeature

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

Details of a project feature.

Properties

optional
projectId: number

The ID of the project.

optional
state: string

The state of the feature. When updating the state of a feature, only ENABLED and DISABLED are supported. Responses can contain all values

optional
toggleLocked: boolean

Whether the state of the feature can be updated.

optional
feature: string

The key of the feature.

optional
prerequisites: string[]

List of keys of the features required to enable the feature.

optional
localisedName: string

Localized display name for the feature.

optional
localisedDescription: string

Localized display description for the feature.

optional
imageUri: string

URI for the image representing the feature.