Read an attached file
read_attachmentReturn the contents of a file attached to an issue, a comment, a doc or a project. Text-like files come back as text; anything else comes back base64 encoded. Large files are truncated, and the response says so.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxBytes | No | Stop after this many bytes. Defaults to 262144. | |
| attachment | Yes | Attachment id from list_issue_attachments or get_issue. |