The converted JQL queries.

interface ConvertedJQLQueries {
    queriesWithUnknownUsers?: Version3.Version3Models.JQLQueryWithUnknownUsers[];
    queryStrings?: string[];
}

Properties

List of queries containing user information that could not be mapped to an existing user

queryStrings?: string[]

The list of converted query strings with account IDs in place of user identifiers.