jira.js
    Preparing search index...

    Interface CompoundClause

    interface CompoundClause {
        clauses: JqlQueryClause[];
        operator: "not" | string & {} | "or" | "and";
    }
    Index
    clauses: JqlQueryClause[]
    operator: "not" | string & {} | "or" | "and"