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

x/jira/src/version3/models/issueTypeToContextMapping.ts>IssueTypeToContextMapping

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

Mapping of an issue type to a context.

Properties

contextId: string

The ID of the context.

optional
issueTypeId: string

The ID of the issue type.

optional
isAnyIssueType: boolean

Whether the context is mapped to any issue type.