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

x/jira/src/version2/models/actorsMap.ts>ActorsMap

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

Properties

optional
group: string[]

The name of the group to add. This parameter cannot be used with the groupId parameter. As a group's name can change, use of groupId is recommended.

optional
groupId: string[]

The ID of the group to add. This parameter cannot be used with the group parameter.

optional
user: string[]

The user account ID of the user to add.