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

x/jira/src/version3/parameters/bulkGetGroups.ts>BulkGetGroups

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

Properties

optional
startAt: number

The index of the first item to return in a page of results (page offset).

optional
maxResults: number

The maximum number of items to return per page.

optional
groupId: string[]

The ID of a group. To specify multiple IDs, pass multiple groupId parameters. For example, groupId=5b10a2844c20165700ede21g&groupId=5b10ac8d82e05b22cc7d4ef5.

optional
groupName: string[]

The name of a group. To specify multiple names, pass multiple groupName parameters. For example, groupName=administrators&groupName=jira-software-users.

optional
accessType:
| "site-admin"
| "admin"
| "user"
| string

The access level of a group. Valid values: 'site-admin', 'admin', 'user'.

optional
applicationKey:
| "jira-servicedesk"
| "jira-software"
| "jira-product-discovery"
| "jira-core"
| string

The application key of the product user groups to search for. Valid values: 'jira-servicedesk', 'jira-software', 'jira-product-discovery', 'jira-core'.