add_attachment
Attach a file to a JIRA issue by providing its issue key, filename, and Base64-encoded content. Useful for adding screenshots, logs, or documents to issue records.
Instructions
Add a file attachment to a JIRA issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Name of the file to be attached | |
| issueKey | Yes | The key of the issue to add attachment to | |
| fileContent | Yes | Base64 encoded content of the file |