add_issue
Create new issues in Backlog projects by providing summary, issue type, priority, assignee, and other optional fields. Quickly add work items to keep project tracking accurate.
Instructions
Creates a new issue in the specified project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dueDate | No | Scheduled due date (yyyy-MM-dd) | |
| summary | Yes | Summary of the issue | |
| projectId | Yes | Project ID | |
| startDate | No | Scheduled start date (yyyy-MM-dd) | |
| versionId | No | Version IDs | |
| assigneeId | No | User ID of the assignee | |
| categoryId | No | Category IDs | |
| priorityId | Yes | Priority ID | |
| actualHours | No | Actual work hours | |
| description | No | Creates a new issue in the specified project. | |
| issueTypeId | Yes | Issue type ID | |
| milestoneId | No | Milestone IDs | |
| attachmentId | No | Attachment IDs | |
| customFields | No | List of custom fields to set on the issue | |
| parentIssueId | No | Parent issue ID | |
| estimatedHours | No | Estimated work hours | |
| notifiedUserId | No | User IDs to notify |