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

x/jira/src/version3/parameters/findUsersForPicker.ts>FindUsersForPicker

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

Properties

query: string

A query string that is matched against user attributes, such as displayName, and emailAddress, to find relevant users. The string can match the prefix of the attribute's value. For example, query=john matches a user with a displayName of John Smith and a user with an emailAddress of johnson@example.com.

optional
maxResults: number

The maximum number of items to return. The total number of matched users is returned in total.

optional
showAvatar: boolean

Include the URI to the user's avatar.

optional
excludeAccountIds: string[]

A list of account IDs to exclude from the search results. This parameter accepts a comma-separated list. Multiple account IDs can also be provided using an ampersand-separated list. For example, excludeAccountIds=5b10a2844c20165700ede21g,5b10a0effa615349cb016cd8&excludeAccountIds=5b10ac8d82e05b22cc7d4ef5. Cannot be provided with exclude.

optional
avatarSize: string
optional
excludeConnectUsers: boolean