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> | The attachments of the document. |
author | User | The author of the document. |
comments | Array.<Comment> | 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> | The links of the issue. For issues only. |
parent | LinkValue | The parent of the article. For articles only. |
project | ProjectValue | The project where the document belongs. |
references | Array.<Reference> | 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> | The tags of the document. |
updated | string | The date and time when the document was last updated. |
updatedBy | User | The user who last updated the document. |
visibleToGroups | Array.<UserGroup> | The user groups that can view the document. |
visibleToUsers | Array.<User> | The users who can view the document. |
voters | Array.<User> | The users who voted the issue. For issues only. |
watchers | Array.<User> | The users who are watching the document. |
workItems | Array.<WorkItem> | The work items of the issue. For issues only. |