upload_temporary_attachment
Upload a file to Jira Service Management as a temporary attachment, providing an ID to use for permanently attaching it to a request.
Instructions
Upload a file as a temporary attachment.
The returned temporary attachment ID must then be passed to
attach_file_to_request to permanently attach it to a request.
Args: service_desk_id: The numeric ID of the service desk. filename: Absolute path to the file on the server filesystem.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_desk_id | Yes | ||
| filename | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |