bb_list_issues
List issues in a Bitbucket repository, supporting filters via query language, pagination, and adjustable page size.
Instructions
List issues in a Bitbucket repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| query | No | Bitbucket query language string to filter issues | |
| pagelen | No | Number of results per page (max 100) | |
| repo_slug | Yes | Repository slug | |
| workspace | No | Bitbucket workspace slug (uses default if not set) |