list_project_issues
Fetch all issues for a specific project using its UUID. Use this to view work items, defects, or tasks associated with a project for planning or status checks.
Instructions
Get all issues for a specific project. 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 |
|---|---|---|---|
| project_id | Yes | The uuid identifier of the project to get issues for |