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

x/jira/src/version3/parameters/findUsersAndGroups.ts>FindUsersAndGroups

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

Properties

query: string

The search string.

optional
maxResults: number

The maximum number of items to return in each list.

optional
showAvatar: boolean

Whether the user avatar should be returned. If an invalid value is provided, the default value is used.

optional
fieldId: string

The custom field ID of the field this request is for.

optional
projectId: string[]

The ID of a project that returned users and groups must have permission to view. To include multiple projects, provide an ampersand-separated list. For example, projectId=10000&projectId=10001. This parameter is only used when fieldId is present.

optional
issueTypeId: string[]

The ID of an issue type that returned users and groups must have permission to view. To include multiple issue types, provide an ampersand-separated list. For example, issueTypeId=10000&issueTypeId=10001. Special values, such as -1 (all standard issue types) and -2 (all subtask issue types), are supported. This parameter is only used when fieldId is present.

optional
avatarSize:
| "xsmall"
| "xsmall@2x"
| "xsmall@3x"
| "small"
| "small@2x"
| "small@3x"
| "medium"
| "medium@2x"
| "medium@3x"
| "large"
| "large@2x"
| "large@3x"
| "xlarge"
| "xlarge@2x"
| "xlarge@3x"
| "xxlarge"
| "xxlarge@2x"
| "xxlarge@3x"
| "xxxlarge"
| "xxxlarge@2x"
| "xxxlarge@3x"
| string

The size of the avatar to return. If an invalid value is provided, the default value is used.

optional
caseInsensitive: boolean

Whether the search for groups should be case insensitive.

optional
excludeConnectAddons: boolean

Whether Connect app users and groups should be excluded from the search results. If an invalid value is provided, the default value is used.