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

x/jira/src/version3/models/customFieldOptionUpdate.ts>CustomFieldOptionUpdate

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

Details of a custom field option for a context.

Properties

id: string

The ID of the custom field option.

optional
value: string

The value of the custom field option.

optional
disabled: boolean

Whether the option is disabled.