Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/src/version2/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/version2/models/jQLQueryWithUnknownUsers.ts";

JQL queries that contained users that could not be found

Properties

optional
convertedQuery: string

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

optional
originalQuery: string

The original query, for reference