Jira.js - Jira Cloud API library
    Preparing search index...

    Interface JexpEvaluateCtxIssues

    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?: Version3Models.JexpEvaluateCtxJqlIssues;
    }
    Index

    Properties

    Properties