Project
Represents a project entity. Use it in an import script.
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 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 | 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. |
type | string | The type of the project. Possible values are When set to When this property is omitted, YouTrack uses |