bugherd_create_task
Create a new task or bug in a BugHerd project with details like description, priority, status, tags, and assignee.
Instructions
Create a new task/bug in a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The BugHerd project ID | |
| description | Yes | Task description | |
| priority | No | Task priority | |
| status | No | Task status/column name | |
| tag_names | No | Tags for the task | |
| assigned_to_id | No | User ID to assign task to | |
| requester_email | No | Email of the requester | |
| external_id | No | External reference ID |