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

x/jira/src/version3/models/projectType.ts>ProjectType

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

Details about a project type.

Properties

optional
key: string

The key of the project type.

optional
formattedKey: string

The formatted key of the project type.

optional
descriptionI18nKey: string

The key of the project type's description.

optional
icon: string

The icon of the project type.

optional
color: string

The color of the project type.