Options
All
  • Public
  • Public/Protected
  • All
Menu

Details of Jira expressions for analysis.

Hierarchy

  • JiraExpressionForAnalysis

Index

Properties

Optional contextVariables

contextVariables: Record<string, string>

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.

expressions

expressions: string[]

The list of Jira expressions to analyse.

example

issues.map(issue => issue.properties['property_key'])

Legend

  • Namespace
  • Variable
  • Function
  • Type alias
  • Interface
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Generated using TypeDoc