Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/version3/models/jQLQueryWithUnknownUsers.ts>JQLQueryWithUnknownUsers

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface JQLQueryWithUnknownUsers
import { type JQLQueryWithUnknownUsers } from "https://deno.land/x/jira@v3.0.2/src/version3/models/jQLQueryWithUnknownUsers.ts";

JQL queries that contained users that could not be found

Properties

optional
originalQuery: string

The original query, for reference

optional
convertedQuery: string

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