# JsonForIssueAddAttachment

Configures an attachment to add to an issue in workflows and apps.

## 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.   |

## See also

[Issue](v1-Issue.html) [entities](v1-entities.html)

