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

x/jira/src/version2/models/createCustomFieldContext.ts>CreateCustomFieldContext

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

The details of a created custom field context.

Properties

optional
description: string

The description of the context.

optional
id: string

The ID of the context.

optional
issueTypeIds: string[]

The list of issue types IDs for the context. If the list is empty, the context refers to all issue types.

name: string

The name of the context.

optional
projectIds: string[]

The list of project IDs associated with the context. If the list is empty, the context is global.