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

x/jira/src/version3/models/customFieldContextProjectMapping.ts>CustomFieldContextProjectMapping

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

Details of a context to project association.

Properties

contextId: string

The ID of the context.

optional
projectId: string

The ID of the project.

optional
isGlobalContext: boolean

Whether context is global.