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

x/jira/src/version2/models/issueTypeIdsToRemove.ts>IssueTypeIdsToRemove

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

The list of issue type IDs to be removed from the field configuration scheme.

Properties

issueTypeIds: string[]

The list of issue type IDs. Must contain unique values not longer than 255 characters and not be empty. Maximum of 100 IDs.