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

x/jira/src/version2/models/projectIdentifiers.ts>ProjectIdentifiers

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

Identifiers for a project.

Properties

id: number

The ID of the created project.

key: string

The key of the created project.

self: string

The URL of the created project.