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

x/jira/src/version3/models/updatedProjectCategory.ts>UpdatedProjectCategory

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

A project category.

Properties

optional
self: string

The URL of the project category.

optional
id: string

The ID of the project category.

optional
description: string

The name of the project category.

optional
name: string

The description of the project category.