nexus_create_bug
Create a new bug or issue card in a Nexus project with details like title, description, severity, steps to reproduce, and assignment.
Instructions
Create a new bug/issue card in a project
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID or slug | |
| title | Yes | Bug title | |
| description | Yes | Bug description | |
| severity | Yes | Bug severity | |
| steps | No | Steps to reproduce | |
| expected | No | Expected behavior | |
| actual | No | Actual behavior | |
| environment | No | Environment info | |
| screenshotUrl | No | Screenshot URL | |
| priority | No | Priority level | |
| labels | No | Labels/tags | |
| assigneeId | No | User ID to assign |