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

    Interface ConvertedJQLQueries

    The converted JQL queries.

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

    Properties

    queriesWithUnknownUsers?: Version3Models.JQLQueryWithUnknownUsers[]

    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.