Project Details

interface CustomTemplatesProjectDetails {
    accessLevel?:
        | "open"
        | "private"
        | "limited"
        | "free";
    additionalProperties?: {
        [key: string]: string;
    };
    assigneeType?:
        | "PROJECT_LEAD"
        | "UNASSIGNED"
        | "PROJECT_DEFAULT"
        | "COMPONENT_LEAD";
    avatarId?: number;
    categoryId?: number;
    description?: string;
    enableComponents?: boolean;
    key?: string;
    language?: string;
    leadAccountId?: string;
    name?: string;
    url?: string;
}

Properties

accessLevel?:
    | "open"
    | "private"
    | "limited"
    | "free"

The access level of the project. Only used by team-managed project

private
additionalProperties?: {
    [key: string]: string;
}

Additional properties of the project

Type declaration

  • [key: string]: string

    Additional properties of the project

assigneeType?:
    | "PROJECT_LEAD"
    | "UNASSIGNED"
    | "PROJECT_DEFAULT"
    | "COMPONENT_LEAD"

The default assignee when creating issues in the project

PROJECT_LEAD
avatarId?: number

The ID of the project's avatar. Use the [Get project avatars](#api-rest-api-3-project-projectIdOrKey-avatar-get) operation to list the available avatars in a project.

10200
categoryId?: number

The ID of the project's category. A complete list of category IDs is found using the Get all project categories operation.

description?: string

Brief description of the project

Thisis a project for Foo Bar
enableComponents?: boolean

Whether components are enabled for the project. Only used by company-managed project

false
key?: string

Project keys must be unique and start with an uppercase letter followed by one or more uppercase alphanumeric characters. The maximum length is 10 characters.

PRJ
language?: string

The default language for the project

en
leadAccountId?: string

The account ID of the project lead. Either lead or leadAccountId must be set when creating a project. Cannot be provided with lead.

1234567890
name?: string

Name of the project

ProjectFoo Bar
url?: string

A link to information about this project, such as project documentation

https://www.example.com