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

x/jira/src/serviceDesk/models/customerRequestFieldValue.ts>CustomerRequestFieldValue

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

Properties

optional
fieldId: string

ID of the field.

optional
label: string

Text label for the field.

optional
value: { }

Value of the field.

optional
renderedValue: { }

Value of the field rendered in the UI.