Create Issue
create_issueCreate a new issue in Magnet with markdown content. Supports headings, lists, code blocks, and links for detailed issue bodies.
Instructions
Create a new issue in Magnet using markdown content. Supports standard markdown syntax including headings, lists, code blocks, links, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Title of the issue. If not provided, will be auto-generated from the description. | |
| status | No | Status of the issue | |
| markdown | Yes | Markdown content for the issue body. Supports standard markdown syntax including headings, lists, code blocks, links, etc. | |
| baseBranch | Yes | Git-safe branch name for the base branch (e.g., 'main', 'canary') | |
| properties | No | Optional issue properties | |
| description | Yes | Description of the issue. Used for title generation if title is not provided. | |
| organizationId | No | ID of the organization. Optional when using API key authentication. |