bugherd_create_attachment
Attach a file from a given URL to a specific task in a BugHerd project.
Instructions
Create an attachment from a URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The BugHerd project ID | |
| task_id | Yes | The task ID | |
| file_name | Yes | Name of the file | |
| url | Yes | URL of the file to attach |