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

x/jira/src/version2/models/customFieldContext.ts>CustomFieldContext

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

The details of a custom field context.

Properties

description: string

The description of the context.

id: string

The ID of the context.

isAnyIssueType: boolean

Whether the context apply to all issue types.

isGlobalContext: boolean

Whether the context is global.

name: string

The name of the context.