add_issue
Create a new issue in a Backlog project by specifying summary, type, priority, and optional details like dates, assignee, and custom fields.
Instructions
Creates a new issue in the specified project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID | |
| summary | Yes | Summary of the issue | |
| issueTypeId | Yes | Issue type ID | |
| priorityId | Yes | Priority ID | |
| description | No | Creates a new issue in the specified project. | |
| startDate | No | Scheduled start date (yyyy-MM-dd) | |
| dueDate | No | Scheduled due date (yyyy-MM-dd) | |
| estimatedHours | No | Estimated work hours | |
| actualHours | No | Actual work hours | |
| categoryId | No | Category IDs | |
| versionId | No | Version IDs | |
| milestoneId | No | Milestone IDs | |
| assigneeId | No | User ID of the assignee | |
| notifiedUserId | No | User IDs to notify | |
| attachmentId | No | Attachment IDs | |
| parentIssueId | No | Parent issue ID | |
| customFields | No | List of custom fields to set on the issue | |
| organization | No | Optional organization name. Use list_organizations to inspect available organizations. |