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

x/jira/src/version2/models/contextualConfiguration.ts>ContextualConfiguration

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

Details of the contextual configuration for a custom field.

Properties

id: string

The ID of the configuration.

fieldContextId: string

The ID of the field context the configuration is associated with.

optional
configuration: { }

The field configuration.

optional
schema: { }

The field value schema.