Skip to content

Accept sentry_issue_identifier on issue creation

What does this MR do?

Overview

This MR provides the ability to link a gitlab issue to a sentry issue upon issue creation. This will allow us to query for the latest sentry stack trace when loading an issue.

The ultimate goal of this work is to display a stack trace for a Sentry Error under an Issue.

Implementation

Adds the ability to set the sentry_issue_identifier on the sentry_issues table to the issue create endpoint.

Accepts a set of nested attributes. An alternative approach would be to add a create endpoint just for the Sentry Issue.

Related Issues and MR's

Part 2 of #36544 (closed)

Edited by Allison Browne

Merge request reports