Skip to content

Commit 07a764a

Browse files
authored
feat(ticket rules): Add docs for ticket rules (#2773)
* feat(ticket rules): Add docs for ticket rules
1 parent e3b90b3 commit 07a764a

File tree

6 files changed

+34
-5
lines changed

6 files changed

+34
-5
lines changed

src/docs/product/alerts-notifications/issue-alerts.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ Actions specify what should happen when the alert is triggered and passes the fi
6060

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

63+
- Issue creation for an [integration](/product/integrations/), which includes:
64+
- [Jira](/product/integrations/jira/)
65+
- [Azure DevOps](/product/integrations/azure-devops)
66+
6367
#### Issue Owners
6468

6569
[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**.
Loading

src/docs/product/integrations/azure-devops/index.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,18 @@ Issue tracking allows you to create Azure DevOps issues from within Sentry, and
5959
Enterprise plans.
6060
</Alert>
6161

62+
Issue management can be configured in two ways - automatically or manually.
63+
64+
#### Automatically
65+
66+
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**.
67+
68+
![](azure-ticket-rule.png)
69+
70+
An Azure DevOps work item will be created automatically when the alert has been triggered.
71+
72+
#### Manually
73+
6274
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.
6375

6476
![](azure-global-link-issue.png)

src/docs/product/integrations/index.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,22 +44,23 @@ For more details, see the [full Integration Platform documentation](/product/int
4444

4545
## Project Management
4646

47-
| Integration | Issue Creation/Linking | Issue Sync |
48-
| ---------------------------------------------------------------- | ---------------------- | ---------- |
47+
| Integration | Issue Creation/Linking | Automatic Issue Creation | Issue Sync |
48+
| ---------------------------------------------------------------- | ---------------------- | ---------- | ---- |
4949
| [Asana](/product/integrations/asana/) | X | |
50-
| [Azure DevOps (Work Items)](/product/integrations/azure-devops/) | X | X |
50+
| [Azure DevOps (Work Items)](/product/integrations/azure-devops/) | X | X | X
5151
| [BitBucket (Issues)](/product/integrations/bitbucket/) | X | |
5252
| [ClickUp](/product/integrations/clickup/) | X | |
5353
| [Clubhouse](/product/integrations/clubhouse/) | X | |
5454
| [GitHub (Issues)](/product/integrations/github/) | X | |
5555
| [GitLab (Issues)](/product/integrations/gitlab/) | X | |
56-
| [Jira/Jira Server](/product/integrations/jira/) | X | X |
56+
| [Jira/Jira Server](/product/integrations/jira/) | X | X* | X
5757
| [Linear](/product/integrations/linear/) | X | |
5858
| Phabricator | X | |
5959
| Pivotal Tracker | X | |
6060
| Redmine | X | |
6161
| [Teamwork](/product/integrations/teamwork/) | X | |
6262
| Trello | X | |
63+
* Jira Server not supported
6364

6465
## Deployment
6566

src/docs/product/integrations/jira/index.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,19 @@ Issue tracking allows you to create Jira issues from within Sentry, and link Sen
107107
Issue management is available for organizations on the Team, Business, and Enterprise plans.
108108
</Alert>
109109

110-
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.
110+
Issue management can be configured in two ways - automatically or manually.
111+
112+
#### Automatically
113+
114+
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**.
115+
116+
![](jira-ticket-rule.png)
117+
118+
A Jira issue will be created automatically when the alert has been triggered.
119+
120+
#### Manually
121+
122+
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.
111123

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

Loading

0 commit comments

Comments
 (0)