Open the project you want errors filed in → Project settings → Apps → Sentry Bridge.
error is a sensible default;
warning if you want more.production, staging.
Leave empty for all.Settings → Developer Settings → Custom Integrations → Create New Integration → Internal Integration.
Sentry Bridge for JiraBack in Jira, press Send test event. You should see “Works. Created PROJ-123”. Open that issue, look at it, delete it. You are done.
| Situation | What happens |
|---|---|
| New error in Sentry | A Jira issue is created with culprit, level, environment, event count, first-seen time and
a link to Sentry (plus the stack trace, if your plan allows the error webhook —
see Limits) |
| Same error fires again, issue still open | A comment is added with the current event count |
| Same error fires again, issue was closed | The issue is reopened into your chosen status and a regression comment is added |
| Error resolved in Sentry | The Jira issue moves to your chosen status (if you set one) |
| Error below your minimum level, or in an environment you didn’t list | Ignored |
Nothing arrives in Jira.
?project= and &secret= parts?“Send test event” says the bridge replied 401.
The secret in the webhook URL doesn’t match the one saved in settings. Press Save, then copy the webhook URL again — it’s regenerated with the current secret.
Issues are created but the status never changes when I resolve in Sentry.
The status name must match exactly. Check the list of statuses printed under the field. Also make sure Issues → Resolved is ticked in your Sentry webhook settings.
Duplicate issues.
Shouldn’t happen — one Sentry issue maps to one Jira issue for the life of the installation. If you see duplicates, the two errors are different Sentry issues; Sentry decides grouping, not us.
issue.created
webhook — the one every plan can use — carries the culprit, level, environment, event count and
permalink, but not the exception or stack frames. If your plan lets you
subscribe to the Errors → Created webhook resource, the app also puts the
exception type, message and top stack frames into the issue. Either way the “Open in Sentry”
link takes you straight to the full trace.Email support@quietstack.app. Include your Jira site URL and the issue key or time of the problem — it makes diagnosis much faster.