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

x/jira/src/serviceDesk/models/requestTypeFieldValue.ts>RequestTypeFieldValue

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Go to Latest
interface RequestTypeFieldValue
import { type RequestTypeFieldValue } from "https://deno.land/x/jira@v2.15.12/src/serviceDesk/models/requestTypeFieldValue.ts";

Properties

optional
value: string

Value of the field.

optional
label: string

Label for the field.

optional
children: RequestTypeFieldValue[]

List of child fields.