create_issue
Create a new issue from bugs or follow-ups. Add details in plain English for testers, with title, description, type, priority, and optional URL.
Instructions
Create a new issue in a project. Lands in the New column by default. Use to file bugs you've found, follow-ups from a conversation, etc.
AUDIENCE: titles and descriptions are read by non-developer testers (restaurant staff, project owners). Write them in plain English. Describe what the user sees and what's wrong, not the underlying mechanism. Skip jargon like 'NullReferenceException', 'CORS', 'state hydration', 'race condition', stack traces, or code snippets unless the reporter literally pasted them. Prefer 'The order screen freezes when you tap Add Item twice quickly' over 'POST /orders 500: race in optimistic update'. If technical detail is essential, put it at the bottom under a 'Technical notes' heading so the lay reader can skim past it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Optional page URL the issue references. | |
| type | No | Defaults to bug. | |
| title | Yes | Short plain-language title (max 255 chars). E.g. 'Printer skips first item on big orders', not 'POS-1742 buffer overflow on order.items[0]'. | |
| project | Yes | Project id or name. | |
| priority | No | Defaults to medium. | |
| description | Yes | Plain-English explanation: what the user did, what they saw, what they expected. Newlines preserved. Save jargon for a 'Technical notes' section at the end if truly needed. |