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

x/jira/src/version3/parameters/deleteActor.ts>DeleteActor

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

Properties

projectIdOrKey: string

The project ID or project key (case sensitive).

id: number

The ID of the project role. Use Get all project roles to get a list of project role IDs.

optional
user: string

The user account ID of the user to remove from the project role.

optional
group: string

The name of the group to remove from the project role. 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 remove from the project role. This parameter cannot be used with the group parameter.