create_issue
Creates a new issue for a specified project using its UUID, with required name and description fields. Find the project ID via get_projects when only a readable identifier is available.
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 |