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

    Interface SanitizedJqlQuery

    Details of the sanitized JQL query.

    interface SanitizedJqlQuery {
        accountId?: string;
        errors?: Version2Models.ErrorCollection;
        initialQuery?: string;
        sanitizedQuery?: string;
    }
    Index

    Properties

    accountId?: string

    The account ID of the user for whom sanitization was performed.

    initialQuery?: string

    The initial query.

    sanitizedQuery?: string

    The sanitized query, if there were no errors.