Events
Track events that occur on public repositories. NOTE: Tracking events from private repositories are not supported for the moment by the API.
Prepare:
$events = new Bitbucket\API\Repositories\Events();
Get all events with report_issue
type:
$events->all($account_name, $repo_slug, array(
'type' => 'report_issue'
));