add_draft_issue
Add a draft issue to a GitHub Project V2 by providing project ID, title, body, and optional assignee IDs.
Instructions
Add a new draft issue to a GitHub Project V2
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The global ID of the project | |
| title | Yes | Title of the draft issue | |
| body | No | Body content of the draft issue | |
| assigneeIds | No | Array of user IDs to assign |