submit_bug
Submit a bug report to a specified provider with title and optional details like package names, description, importance, status, tags, assignee, privacy, and milestone.
Instructions
Submit a new bug to the given provider.
Returns the created bug record, or None on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| provider_name | Yes | ||
| package_names | No | ||
| description | No | ||
| importance | No | ||
| status | No | ||
| tags | No | ||
| assignee | No | ||
| private | No | ||
| milestone | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |