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

x/jira/src/version3/parameters/findGroups.ts>FindGroups

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

Properties

optional
caseInsensitive: boolean

Whether the search for groups should be case-insensitive.

optional
exclude: string | string[]

As a group's name can change, use of excludeGroupIds is recommended to identify a group. A group to exclude from the result. To exclude multiple groups, provide an ampersand-separated list. For example, exclude=group1&exclude=group2. This parameter cannot be used with the excludeGroupIds parameter.

optional
excludeId: string[]

A group ID to exclude from the result. To exclude multiple groups, provide an ampersand-separated list. For example, excludeId=group1-id&excludeId=group2-id. This parameter cannot be used with the excludeGroups parameter.

optional
maxResults: number

The maximum number of groups to return. The maximum number of groups that can be returned is limited by the system property jira.ajax.autocomplete.limit.

optional
query: string

The string to find in group names.