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

    Interface ProjectDetails

    Details about a project.

    interface ProjectDetails {
        avatarUrls?: Version2Models.AvatarUrls;
        id?: string;
        key?: string;
        name?: string;
        projectCategory?: Version2Models.UpdatedProjectCategory;
        projectTypeKey?: string;
        self?: string;
        simplified?: boolean;
    }
    Index

    Properties

    id?: string

    The ID of the project.

    key?: string

    The key of the project.

    name?: string

    The name of the project.

    projectTypeKey?: string

    The project type of the project.

    self?: string

    The URL of the project details.

    simplified?: boolean

    Whether or not the project is simplified.