Create Attachment For Object
asana_create_attachment_for_objectAttach external URLs like GitHub PRs, documents, or design files to Asana tasks and projects. Creates a named link in the attachments panel for quick reference.
Instructions
Attach an external URL link to a task or project. Creates a named link that appears in the task's attachments panel. Use this to link GitHub PRs, documents, design files, or any external resource to a task. Note: file upload (binary) is not supported through this tool — only URL-based (external) attachments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to attach. Must be a valid URL (e.g. `https://...`). | |
| name | No | Display name for the link. Shown in the attachments panel. Defaults to the URL if omitted. | |
| parent | Yes | The GID of the task or project to attach the URL to (numeric string, e.g. `'1234567890123'`). | |
| opt_fields | No | Comma-separated extra fields to include in the response. Useful values: `gid,name,resource_subtype,host,view_url,permalink_url`. |