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

x/jira/src/version2/models/projectAndIssueTypePair.ts>ProjectAndIssueTypePair

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

A project and issueType ID pair that identifies a status mapping.

Properties

issueTypeId: string

The ID of the issue type.

projectId: string

The ID of the project.