jira_upload_attachment
Upload a file to a JIRA issue using its key and local path, allowing direct attachment without manual navigation.
Instructions
Upload a file as an attachment to a JIRA issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Local file path to upload | |
| issueKey | Yes | The issue key (e.g., PROJ-123) |