List attachments
jira_list_attachmentsList metadata for files attached to a Jira issue, including id, filename, size, mime type, author, and creation time. Returns an empty list when the issue has no attachments.
Instructions
Lists the files attached to one issue: id, filename, size in bytes, mime type, author and creation time. Metadata only — no bytes are transferred and no local directory is needed. The id is what jira_download_attachment takes. An issue with no attachments, and a project with attachments disabled, both answer with an empty list rather than an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue | Yes | Issue key or numeric id, e.g. ABC-1. Both forms work. | |
| profile | No | Named credential profile for this call. Omit to use the active profile. Rejected when the server locks the profile (JIRA_LOCK_PROFILE). |