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

x/jira/src/version2/models/uiModificationContextDetails.ts>UiModificationContextDetails

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

The details of a UI modification's context, which define where to activate the UI modification.

Properties

optional
id: string

The ID of the UI modification context.

optional
isAvailable: boolean

Whether a context is available. For example, when a project is deleted the context becomes unavailable.

issueTypeId: string

The issue type ID of the context.

projectId: string

The project ID of the context.

viewType: string

The view type of the context. Only GIC (Global Issue Create) is supported.