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

x/jira/src/agile/models/projects.ts>Projects

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

Properties

self: string
id: string
key: string
name: string
avatarUrls: { 48x48: string; 24x24: string; 16x16: string; 32x32: string; }
projectCategory: { self: string; id: string; name: string; description: string; }
simplified: boolean
style: string
insight: { totalIssueCount: number; lastIssueUpdateTime: string; }