Jira.js - Jira Cloud API library
    Preparing search index...

    Interface ProjectCategory

    A project category.

    interface ProjectCategory {
        description?: string;
        id?: string;
        name?: string;
        self?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string

    The description of the project category.

    id?: string

    The ID of the project category.

    name?: string

    The name of the project category. Required on create, optional on update.

    self?: string

    The URL of the project category.