JQL queries that contained users that could not be found

interface JQLQueryWithUnknownUsers {
    convertedQuery?: string;
    originalQuery?: string;
}

Properties

convertedQuery?: string

The converted query, with accountIDs instead of user identifiers, or 'unknown' for users that could not be found

originalQuery?: string

The original query, for reference