jira_create
Creates a new JIRA issue with specified project, summary, optional type and description in JFM markdown. Returns the issue key and URL as YAML.
Instructions
Create a new JIRA issue. Returns the new issue key and self URL as YAML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | Optional description in JFM markdown — see resource `omni-dev://specs/jfm` for syntax. JFM is GitHub-style markdown, NOT JIRA wiki markup (use `##` not `h2.`, triple-backtick fences not `{code}`, backtick inline code not `{{...}}`). | |
| issue_type | No | Issue type (defaults to `Task`). | |
| project | Yes | Project key (e.g., `PROJ`). | |
| summary | Yes | Issue summary / title. |