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

x/jira/src/version3/models/jiraExpressionForAnalysis.ts>JiraExpressionForAnalysis

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

Details of Jira expressions for analysis.

Properties

expressions: string[]

The list of Jira expressions to analyse.

optional
contextVariables: { }

Context variables and their types. The type checker assumes that common context variables, such as issue or project, are available in context and sets their type. Use this property to override the default types or provide details of new variables.