# DocumentFields

Represents predefined fields of a document that could be either issue or article. Some fields are relevant for both document types, some are relevant only for issues or only for articles.

## Properties

| Name | Type | Description |
| --- | --- | --- |
| attachments |  Array.<[Attachment](Import-Attachment.html)>  |  The attachments of the document.   |
| author |  [User](Import-User.html)  |  The author of the document.   |
| comments |  Array.<[Comment](Import-Comment.html)>  |  The comments of the document.   |
| content |  string  |  The content of the article. For articles only.   |
| created |  string  |  The date and time when the document was created.   |
| description |  string  |  The description of the issue. For issues only.   |
| links |  Array.<[LinkValue](Import-LinkValue.html)>  |  The links of the issue. For issues only.   |
| parent |  [LinkValue](Import-LinkValue.html)  |  The parent of the article. For articles only.   |
| project |  [ProjectValue](Import-ProjectValue.html)  |  The project where the document belongs.   |
| references |  Array.<[Reference](Import-Reference.html)>  |  The references of the document.   |
| resolved |  string  |  The date and time when the issue was resolved. For issues only.   |
| summary |  string  |  The summary of the document.   |
| tags |  Array.<[Tag](Import-Tag.html)>  |  The tags of the document.   |
| updated |  string  |  The date and time when the document was last updated.   |
| updatedBy |  [User](Import-User.html)  |  The user who last updated the document.   |
| visibleToGroups |  Array.<[UserGroup](Import-UserGroup.html)>  |  The user groups that can view the document.   |
| visibleToUsers |  Array.<[User](Import-User.html)>  |  The users who can view the document.   |
| voters |  Array.<[User](Import-User.html)>  |  The users who voted the issue. For issues only.   |
| watchers |  Array.<[User](Import-User.html)>  |  The users who are watching the document.   |
| workItems |  Array.<[WorkItem](Import-WorkItem.html)>  |  The work items of the issue. For issues only.   |

## See also

[Attachment](Import-Attachment.html) [User](Import-User.html) [Comment](Import-Comment.html) [LinkValue](Import-LinkValue.html) [ProjectValue](Import-ProjectValue.html) [Reference](Import-Reference.html)

