attach_file_to_request
Attach a temporary file to a Jira Service Desk request using its temporary ID, with option to set visibility and add a comment.
Instructions
Attach a previously uploaded temporary file to a customer request.
Call upload_temporary_attachment first to obtain the temporary ID.
Args:
issue_id_or_key: The issue key (e.g. "X000") or numeric issue ID.
temp_attachment_id: The temporary attachment ID returned by
upload_temporary_attachment.
public: true — visible to customers; false — internal only.
comment: (Optional) Comment to accompany the attachment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id_or_key | Yes | ||
| temp_attachment_id | Yes | ||
| public | No | ||
| comment | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |