Skip to main content

Organize issues with tags

Tags are colored labels for grouping issues across modules and severities - "webhook", "payments", "needs-triage", whatever fits your team.

Create a tag

Tags in the header to give it a name, color, and icon. Optionally add a match rule: a word that auto-tags any issue whose title, message, or exception contains it.

{"name": "Webhook", "color": "#8b5cf6", "icon": "webhook", "match_word": "webhook"}

How rules apply

  • Rule-based tags are (re)applied automatically on import and when you edit the rule - so new matching issues get tagged without any manual work.
  • Manual tag assignments are always preserved; editing a rule never removes a tag you added by hand.

Tag issues manually

Open an issue and toggle tags, or select several issues in the list and add / remove a tag in bulk.

Filter by tag

Use the tag filter (or tag=webhook in the API) to see just those issues. Tags combine with every other filter. See Find a specific error.

Next