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

    Interface ProjectType

    Details about a project type.

    interface ProjectType {
        color?: string;
        descriptionI18nKey?: string;
        formattedKey?: string;
        icon?: string;
        key?: string;
    }
    Index

    Properties

    color?: string

    The color of the project type.

    descriptionI18nKey?: string

    The key of the project type's description.

    formattedKey?: string

    The formatted key of the project type.

    icon?: string

    The icon of the project type.

    key?: string

    The key of the project type.