create_issue
Generate and submit issues for a specific project in Plane’s system using the project’s UUID. Provide issue details like name, description, and metadata to manage tasks effectively.
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 |