Drupal is a registered trademark of Dries Buytaert
Release: Leaflet 10.4.11 Minor update available for module leaflet (10.4.11). Release: Session Inspector 1.0.8 Minor update available for module session_inspector (1.0.8). Release: Migrate QA 2.0.4 Minor update available for module migrate_qa (2.0.4). Release: CKEditor Description List 3.0.0 Major update available for module ckeditor_descriptionlist (3.0.0). Release: FlowDrop 2.4.0 Minor update available for module flowdrop (2.4.0). Release: JWT Token Refresh 1.0.4 Minor update available for module jwt_token_refresh (1.0.4). Release: ConReg 1.0.0-beta1 First beta version released for module conreg (1.0.0-beta1). Release: AI Image Studio 1.0.0-beta8 New beta version released for module ai_image_studio (1.0.0-beta8). Usage Milestone: Statistics Counter Module statistics_counter crossed 1,000 active installs. Module Revived: Decoupled Router 2.0.7 Module decoupled_router updated after 11 months of inactivity (2.0.7).

BugHerd API

111 sites Security covered
View on drupal.org

This module provides integration for BugHerd, a service that allows clients to report issues by annotating directly on a website. BugHerd then converts these annotations into actionable tasks or bug reports with the necessary information for developers to fix the problems.

BugHerd turns client feedback into actionable tasks.

Clients point at what's broken, right on the page, and BugHerd captures the screenshot, browser, OS and selector along with their note.
No more "the button looks wrong" emails.

This module puts the BugHerd sidebar on your site, and lets your own code talk to the BugHerd REST API.

On-page issue reporting

Add your project key at Configuration › System › BugHerd and the sidebar appears. The Access Bugherd permission decides who sees it, so you can give it to a client role without giving it to everyone, and an option keeps it off admin pages so it never covers the toolbar.

REST API client

Added in 2.4.0. With a personal API key, the bugherdapi.client service works with BugHerd data from PHP:

$client = \Drupal::service('bugherdapi.client');
$tasks = $client->getTasks($project_id, ['status' => 'backlog']);
$task = $client->createTask($project_id, ['description' => 'Contact form throws a 500.']);

Covers organization, users, projects, tasks, comments and webhooks, pages through long listings, and throws a typed exception that tells a rejected key from a hit rate limit. Optional - the feedback widget works without it.

The personal API key is secret, unlike the project key, so keep it out of exported config with $config['bugherdapi.settings']['api_key'] in settings.php.

Installation

composer require drupal/bugherdapi

Enable the module, grant Access Bugherd, and add your project key from your BugHerd project's install page. The personal API key is under Settings › General Settings in BugHerd.

Sponsors



Activity

Tracked releases
2
Tracked since
Jun 2026
Latest release
1 day ago
Releases (12 mo)
2 ▲ from 0
Maintenance
Active

Releases

Version Type Release date
2.4.0 Stable Aug 22, 2026
2.3.0 Stable Jun 30, 2026