Options
All
  • Public
  • Public/Protected
  • All
Menu

The JQL specifying the issues available in the evaluated Jira expression under the issues context variable. Not all issues returned by the JQL query are loaded, only those described by the startAt and maxResults properties. To determine whether it is necessary to iterate to ensure all the issues returned by the JQL query are evaluated, inspect meta.issues.jql.count in the response.

Hierarchy

  • JexpJqlIssues

Index

Properties

Optional maxResults

maxResults: number

The maximum number of issues to return from the JQL query. Inspect meta.issues.jql.maxResults in the response to ensure the maximum value has not been exceeded.

format

int32

Optional query

query: string

The JQL query.

Optional startAt

startAt: number

The index of the first issue to return from the JQL query.

format

int64

Optional validation

validation: "strict" | "warn" | "none"

Determines how to validate the JQL query and treat the validation results.

Legend

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

Generated using TypeDoc