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

x/jira/src/version2/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/version2/models/issueTypeToContextMapping.ts";

Mapping of an issue type to a context.

Properties

contextId: string

The ID of the context.

optional
isAnyIssueType: boolean

Whether the context is mapped to any issue type.

optional
issueTypeId: string

The ID of the issue type.