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

    Interface UpdateDefaultProjectClassification

    The request for updating the default project classification level.

    interface UpdateDefaultProjectClassification {
        id: string;
        projectIdOrKey: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    The ID of the project classification.

    projectIdOrKey: string

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