add_attachment
Upload a file attachment to a JIRA issue. Provide the issue key, base64 encoded file content, and filename to attach.
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 |