Create an issue
create_issueCreate an issue on a team. The workflow state defaults to the team first unstarted state. Returns the new issue with its identifier such as "ENG-42".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | Yes | Team key like "ENG", team name, or team id. | |
| cycle | No | Sprint name, number, id, or "active" for the running sprint. | |
| state | No | Workflow state name or id on that team. | |
| title | Yes | One line summary of the work. | |
| labels | No | Label names or ids. Replaces the labels already on the issue. | |
| parent | No | Parent issue, making this a sub issue. | |
| dueDate | No | Due date as YYYY-MM-DD. | |
| project | No | Project name, slug or id. | |
| assignee | No | Assignee name, handle, email, id, or "me". | |
| estimate | No | Estimate points. | |
| priority | No | Issue priority, from "urgent" down to "low". | |
| reviewers | No | Reviewer names, handles, emails, ids, or "me". Replaces the reviewer list. | |
| description | No | Markdown body of the issue. |