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

x/jira/src/version3/parameters/deleteProjectRole.ts>DeleteProjectRole

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

Properties

id: number

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

optional
swap: number

The ID of the project role that will replace the one being deleted.