Details of the sanitized JQL query.

interface SanitizedJqlQuery {
    accountId?: string;
    errors?: Version3.Version3Models.ErrorCollection;
    initialQuery?: string;
    sanitizedQuery?: string;
}

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.