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

x/jira/src/version2/parameters/deleteProject.ts>DeleteProject

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

Properties

projectIdOrKey: string

The project ID or project key (case sensitive).

optional
enableUndo: boolean

Whether this project is placed in the Jira recycle bin where it will be available for restoration.