# ProjectValue

Represents the project that is set in an issue or article that belongs to this project.

## Properties

| Name | Type | Description |
| --- | --- | --- |
| fields |  Array.<[ProjectFieldInfo](Import-ProjectFieldInfo.html)>  |  The set of fields of the project.   |
| id |  string  |  The ID of the project.   |
| key |  string  |  The key of the project.   |
| name |  string  |  The name of the project.   |
| type |  `&apos;project&apos;`  |  Identifies this object as a project value. YouTrack infers `&apos;project&apos;` for the value in [DocumentFields.project](Import-DocumentFields.html#property-project), so you can omit this property.   |

## See also

[ProjectFieldInfo](Import-ProjectFieldInfo.html)

