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

x/jira/src/version2/parameters/getProject.ts>GetProject

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

Properties

projectIdOrKey: string | number

The project ID or project key (case-sensitive).

optional
expand:
| "description"
| "issueTypes"
| "lead"
| "projectKeys"
| "issueTypeHierarchy"
| (
| "description"
| "issueTypes"
| "lead"
| "projectKeys"
| "issueTypeHierarchy"
)[]
| string
| string[]

Use expand to include additional information in the response. This parameter accepts a comma-separated list. Note that the project description, issue types, and project lead are included in all responses by default. Expand options include:

  • description The project description.
  • issueTypes The issue types associated with the project.
  • lead The project lead.
  • projectKeys All project keys associated with the project.
  • issueTypeHierarchy The project issue type hierarchy.
optional
properties: string[]

A list of project properties to return for the project. This parameter accepts a comma-separated list.