jira_create_issue
Create Jira issues with markdown descriptions, project key, summary, and issue type. Tag users using @[accountId] format.
Instructions
Creates a new Jira issue. For description, accepts a markdown string. Supports headings, bold, italic, strikethrough, links, code blocks, lists, tables, etc.
Mentioning users: To tag a user, first call jira_search_users to find their accountId, then use @[accountId] in the text (e.g. @[712020:abc123]). You can also use @username which auto-resolves if there is exactly one match, but will fail if ambiguous — prefer @[accountId].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | ||
| summary | Yes | ||
| description | No | ||
| issuetype | No | Task |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |