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

x/jira/src/serviceDesk/models/requestParticipantUpdate.ts>RequestParticipantUpdate

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Go to Latest
interface RequestParticipantUpdate
import { type RequestParticipantUpdate } from "https://deno.land/x/jira@v2.15.12/src/serviceDesk/models/requestParticipantUpdate.ts";

Properties

optional
usernames: string[]

This property is no longer available and will be removed from the documentation soon. See the deprecation notice for details. Use accountIds instead.

optional
accountIds: string[]

List of users, specified by account IDs, to add to or remove as participants in the request.