Attachment
Represents an attachment entity. Use it in an import script.
Extends SubItem.
Properties
Name | Type | Description |
|---|---|---|
author | The user who attached the file to the issue. | |
charset | string | The charset type of the file. |
created | string | The date and time when the attachment was created. The expected string format is one of those returned by the |
fileName | string | The name of the attachment file. |
id | string | The ID of the attachment. |
mimeType | string | The MIME type of the file. |
type |
| Identifies this object as an attachment. YouTrack infers |
updated | string | The date and time the attachment was last updated. The same as The expected string format is one of those returned by the |
updatedBy | The user who last updated the file. The same as | |
visibleToGroups | Array.< UserGroup > | The user groups that can view the attachment. |
visibleToUsers | Array.< User > | The users who can view the attachment. If none of the
|