jira_add_attachment
Attach a file to a Jira issue by providing the issue key, filename, and base64-encoded file content.
Instructions
Add an attachment to a Jira issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | The filename for the attachment | |
| issueKey | Yes | The issue key to attach file to | |
| fileContent | Yes | Base64 encoded file content |