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

    Interface JQLQueryWithUnknownUsers

    JQL queries that contained users that could not be found

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

    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