Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/docs/product/alerts-notifications/issue-alerts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ Actions specify what should happen when the alert is triggered and passes the fi

If no legacy integrations or integrations built using the integration platform are enabled, this option is hidden.

- Issue creation for an [integration](/product/integrations/), which includes:
- [Jira](/product/integrations/jira/)
- [Azure DevOps](/product/integrations/azure-devops)

#### Issue Owners

[Issue owners](/product/error-monitoring/issue-owners/) can receive alert emails. If an issue owner is not configured or not found, the email will either not send or send to all project members as defined in **Project Settings > Issue Owners**.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/docs/product/integrations/azure-devops/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,18 @@ Issue tracking allows you to create Azure DevOps issues from within Sentry, and
Enterprise plans.
</Alert>

Issue management can be configured in two ways - automatically or manually.

#### Automatically

To configure issue management automatically, create an [**Issue Alert**](/product/alerts-notifications/issue-alerts/). When selecting the [**action**](/product/alerts-notifications/issue-alerts/#actions), choose **Create a new Azure DevOps work item**.

![](azure-ticket-rule.png)

An Azure DevOps work item will be created automatically when the alert has been triggered.

#### Manually

Once you’ve navigated to a specific issue, you’ll find the **Linked Issues** section on the right hand panel. Here, you’ll be able to create or link Azure DevOps issues.

![](azure-global-link-issue.png)
Expand Down
9 changes: 5 additions & 4 deletions src/docs/product/integrations/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,23 @@ For more details, see the [full Integration Platform documentation](/product/int

## Project Management

| Integration | Issue Creation/Linking | Issue Sync |
| ---------------------------------------------------------------- | ---------------------- | ---------- |
| Integration | Issue Creation/Linking | Automatic Issue Creation | Issue Sync |
| ---------------------------------------------------------------- | ---------------------- | ---------- | ---- |
| [Asana](/product/integrations/asana/) | X | |
| [Azure DevOps (Work Items)](/product/integrations/azure-devops/) | X | X |
| [Azure DevOps (Work Items)](/product/integrations/azure-devops/) | X | X | X
| [BitBucket (Issues)](/product/integrations/bitbucket/) | X | |
| [ClickUp](/product/integrations/clickup/) | X | |
| [Clubhouse](/product/integrations/clubhouse/) | X | |
| [GitHub (Issues)](/product/integrations/github/) | X | |
| [GitLab (Issues)](/product/integrations/gitlab/) | X | |
| [Jira/Jira Server](/product/integrations/jira/) | X | X |
| [Jira/Jira Server](/product/integrations/jira/) | X | X* | X
| [Linear](/product/integrations/linear/) | X | |
| Phabricator | X | |
| Pivotal Tracker | X | |
| Redmine | X | |
| [Teamwork](/product/integrations/teamwork/) | X | |
| Trello | X | |
* Jira Server not supported

## Deployment

Expand Down
14 changes: 13 additions & 1 deletion src/docs/product/integrations/jira/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,19 @@ Issue tracking allows you to create Jira issues from within Sentry, and link Sen
Issue management is available for organizations on the Team, Business, and Enterprise plans.
</Alert>

To configure Issue management, once you’ve navigated to a specific Sentry issue, you’ll find the **Linked Issues** section on the right hand panel.
Issue management can be configured in two ways - automatically or manually.

#### Automatically

To configure issue management automatically, create an [**Issue Alert**](/product/alerts-notifications/issue-alerts/). When selecting the [**action**](/product/alerts-notifications/issue-alerts/#actions), choose **Create a new Jira issue**.

![](jira-ticket-rule.png)

A Jira issue will be created automatically when the alert has been triggered.

#### Manually

To configure issue management manually, once you've navigated to a specific Sentry issue, you'll find the **Linked Issues** section on the right hand panel.

![](jira-link-issue.png)

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.