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

x/jira/src/version3/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/version3/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.

projectId: string

The project ID of the context.

issueTypeId: string

The issue type ID of the context.

viewType: string

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

optional
isAvailable: boolean

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