JsonForIssueAddAttachment
Properties
Name | Type | Description |
|---|---|---|
charset | String | The charset of the file. Only applicable to text files. |
content | InputStream, String | The content of the file in binary form or as a base64 data URI. Base64 content must use the `data:[MIME type];base64,[content]` syntax. |
mimeType | String | The MIME type of the file. |
name | String | The name of the file. |
14 May 2026