create_issue
Generate and submit new issues within the Plane MCP Server. Provide a project UUID and relevant issue details, including name and HTML description, to create and track tasks or problems efficiently.
Instructions
Create an issue. This requests project_id as uuid parameter. If you have a readable identifier for project, you can use the get_projects tool to get the project_id from it
Input Schema
Name | Required | Description | Default |
---|---|---|---|
issue_data | Yes | ||
project_id | Yes | The uuid identifier of the project to create the issue for |