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

    Interface UpdatedProjectCategory

    A project category.

    interface UpdatedProjectCategory {
        description?: string;
        id?: string;
        name?: string;
        self?: string;
    }
    Index

    Properties

    description?: string

    The name of the project category.

    id?: string

    The ID of the project category.

    name?: string

    The description of the project category.

    self?: string

    The URL of the project category.