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

x/jira/src/version3/parameters/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/version3/parameters/createCustomFieldContext.ts";

Properties

id: string
fieldId: string

The ID of the custom field.

name: string

The name of the context.

optional
description: string

The description of the context.

optional
projectIds: string[]

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

optional
issueTypeIds: string[]

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