The JQL specifying the issues available in the evaluated Jira expression under the issues context variable. This bean will be replacing JexpIssues bean as part of new evaluate endpoint

interface JexpEvaluateCtxIssues {
    jql?: JexpEvaluateCtxJqlIssues;
}

Properties

Properties

The JQL query that specifies the set of issues available in the Jira expression.