Developer Portal for YouTrack and Hub Help

Project

Represents a project entity.

Extends ProjectInfo.

Properties

Name

Type

Description

adminGroups

Array.<UserGroup>

The set of groups that have admin permissions in the project. Empty by default.

adminUsers

Array.<User>

The set of users who have admin permissions in the project. Empty by default.

archived

boolean

When `true`, the project is marked as archived. Considered as `false` if the value of this property is not set. If the project already exists in YouTrack, its archived status is not updated.

description

string

The description of the project.

fields

Array.<ProjectField>

The set of custom fields of the project.

id

string

The ID of the project.

key

string

The key of the project.

lead

User

The leader of the project.

name

string

The name of the project.

teamGroups

Array.<UserGroup>

The set of groups included into the project team. Empty by default.

teamUsers

Array.<User>

The set of team members of the project. Empty by default.

Last modified: 30 April 2024