Kui Luo

Great tool for dev teams - BugDrop bridges the feedback gap

by

Been looking for something like this for our team. The fact that it auto-creates GitHub issues from in-app feedback with screenshots is a huge time saver. One script tag and zero config makes it an easy sell for any dev team already using GitHub. Curious - does it support custom fields on the GitHub issues? Would love to map feedback categories to GitHub labels automatically.

10 views

Add a comment

Replies

Best
Jeremy Watt

As of today: Yes for label mapping, no for arbitrary GitHub issue custom fields.

BugDrop supports mapping the built-in feedback categories to GitHub labels automatically. For self-hosted deployments, you can configure category-to-label mappings server-side with CATEGORY_LABELS, or optionally allow page-level mappings with data-category-labels behind ALLOW_CLIENT_CATEGORY_LABELS=true

It does not currently support GitHub Projects custom fields or arbitrary issue metadata fields. Issues are created with title, body, screenshots, metadata, and labels.

In the future: anything's possible! If this is a feature users want, we can work on it!