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

x/jira/src/version3/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/version3/models/projectIdentifiers.ts";

Identifiers for a project.

Properties

self: string

The URL of the created project.

id: number

The ID of the created project.

key: string

The key of the created project.