attach_file
Attach a file from your local disk to a Jira issue by providing the issue key and file path. Optionally add a comment to the attachment.
Instructions
Upload a file from disk and attach it to a Jira issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Optional comment to add after attaching | |
| file_path | Yes | Absolute path to the file on disk | |
| issue_key | Yes | Jira issue key (e.g. PROJ-123) |