convert-draft-issue
Transform a draft issue into a regular GitHub issue by specifying its ID, repository, and project. Add a title and body to finalize the conversion within GitHub Projects MCP Server.
Instructions
Convert a draft issue to a regular issue
Input Schema
Name | Required | Description | Default |
---|---|---|---|
body | No | Body for the new issue | |
draftIssueId | Yes | Draft issue ID to convert | |
projectId | Yes | GitHub Project ID | |
repositoryId | Yes | Repository ID where to create the issue | |
title | No | Title for the new issue |