backlog_add_issue
Add a new issue to a Backlog project. Specify project ID, summary, issue type, and priority to create the issue.
Instructions
Add an issue using the Backlog Issue API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dueDate | No | Due date of the issue (YYYY-MM-DD format) | |
| summary | Yes | Summary of the issue | |
| projectId | Yes | Project id | |
| startDate | No | Start date of the issue (YYYY-MM-DD format) | |
| versionId | No | Version id | |
| assigneeId | No | Assignee id | |
| categoryId | No | Category id | |
| priorityId | Yes | Priority id | |
| actualHours | No | Actual hours for the issue | |
| description | No | Description of the issue | |
| issueTypeId | Yes | Issue type id | |
| milestoneId | No | Milestone id | |
| estimatedHours | No | Estimated hours for the issue |