The list of JQL queries to sanitize for the given account IDs.

interface JqlQueriesToSanitize {
    queries: JqlQueryToSanitize[];
}

Properties

Properties

The list of JQL queries to sanitize. Must contain unique values. Maximum of 20 queries.