Create issue
create_issueCreate a new Jira issue with project key, summary, and issue type. Use metadata to discover valid fields, then add custom fields, labels, assignee, priority, due date, and more.
Instructions
Create a new issue. Use get_issue_create_meta to discover valid projects, issue types, and required fields. Extra custom fields can be passed via customFields (e.g. { 'customfield_10010': 'value' }).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | ||
| parent | No | Parent issue key (for sub-tasks) | |
| dueDate | No | Due date, e.g. 2026-09-30 (sent to Jira as duedate) | |
| summary | Yes | Issue summary | |
| assignee | No | Account ID on Cloud/v3, username on DC/v2 | |
| priority | No | Priority name, e.g. High | |
| reporter | No | Account ID on Cloud/v3, username on DC/v2 | |
| issueType | Yes | Issue type name or ID, e.g. Story, Task, Bug, or 10004 | |
| components | No | Component names | |
| projectKey | Yes | Project key, e.g. PROJ | |
| description | No | Plain text; converted to ADF on Cloud/v3. Markdown is not rendered. | |
| customFields | No | Custom field IDs mapped to values |