list_issues
Retrieve and filter issues from a Bitbucket Cloud repository to track bugs, tasks, and feature requests. Use query parameters to sort results and control pagination.
Instructions
List issues in a repository with optional filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | The workspace slug | |
| repo_slug | Yes | The repository slug | |
| q | No | Query string for filtering | |
| sort | No | Sort field | |
| page | No | Page number | |
| pagelen | No | Results per page |