Skip to content

Commit 4ae8795

Browse files
lizokmshanamatthewsgetsantry[bot]
authored
add EA issue archiving (#7481)
* add EA issue archiving * small tweak * updated image * Update src/docs/product/accounts/early-adopter-features.mdx/index.mdx * Update src/docs/product/accounts/early-adopter-features.mdx/index.mdx * update image * update image * update image * update file name * Try removing referrer param * remove reference to escalating issues * Update src/docs/product/accounts/early-adopter-features/issue-archiving.mdx * Update src/docs/product/accounts/early-adopter-features/issue-archiving.mdx * style(lint): Auto commit lint changes * style(lint): Auto commit lint changes * added redirect * Update src/docs/product/accounts/early-adopter-features/index.mdx * fix changed url --------- Co-authored-by: Shana Matthews <shana.l.matthews@gmail.com> Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
1 parent fd20673 commit 4ae8795

File tree

5 files changed

+66
-2
lines changed

5 files changed

+66
-2
lines changed

src/docs/product/accounts/early-adopter.mdx renamed to src/docs/product/accounts/early-adopter-features/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Early Adopter Features"
33
sidebar_order: 60
4+
redirect from: /product/accounts/early-adopter/
45
description: "Learn which features are currently in the early adopter phase."
56
---
67

@@ -17,7 +18,8 @@ Limitations:
1718

1819
## Current Early Adopter Features
1920

20-
- [Issue Status](https://sentry-docs-git-update-beta-test-archiving.sentry.dev/product/issues/states-triage/) tags, including [Escalating Issues](https://sentry-docs-git-update-beta-test-archiving.sentry.dev/product/issues/states-triage/escalating-issues/)
21+
- [Issue Status](/product/issues/states-triage/) tags
2122
- [Priority Sort](/product/issues#issue-sort) algorithm improvements
2223
- [Issue Reprocessing](/product/issues/reprocessing/)
2324
- [Span Summary](/product/performance/transaction-summary/#span-summary)
25+
- [Issue Archiving](/product/accounts/early-adopter-features/issue-archiving/)
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
title: "Issue Archiving"
3+
sidebar_order: 1
4+
description: "Learn how issue status works and and how to triage issues."
5+
---
6+
7+
Use the status tags attached to issues on the [**Issues** page](https://sentry.io/issues/) in Sentry to help you triage and prioritize problems with your application that are important to you. Keep in mind that an issue can only have **one status at a time.**
8+
9+
Here's a list of all statuses, how they're assigned to an issue, and their custom search term:
10+
11+
| Status | Condition | Custom Search Term |
12+
| -------------- | --------------------------------------------------------------------------------------- | ------------------ |
13+
| **New** | An issue that was created in the last 7 days. | is:new |
14+
| **Ongoing** | An issue that was created more than 7 days ago or has manually been marked as reviewed. | is:ongoing |
15+
| **Escalating** | An issue that's exceeded its forecasted event volume. | is:escalating |
16+
| **Regressed** | A resolved issue that's come up again. | is:regressed |
17+
| **Archived** | An issue that's been marked as archived. | is:archived |
18+
| **Resolved** | An issue that's been marked as fixed. | is:resolved |
19+
20+
The diagram below shows how the statuses are updated automatically and manually:
21+
22+
![Issue Status Diagram](issue-statuses.png)
23+
24+
One way to limit the issues that you see is by selecting a tab at the top of the **Issues** page. On the “Unresolved" tab, you'll find `New`, `Ongoing`, `Escalating`, and `Regressed` issues. You can also narrow down further by choosing the "For Review", "Regressed", "Escalating", or "Archived" tabs.
25+
26+
## Manually Triaging Issues
27+
28+
While some issue statuses are added and updated automatically, you can manually `Archive` or `Resolve` an issue, which will also change its status.
29+
30+
### Archive
31+
32+
You can manually archive issues that are less pressing or not applicable to you or your team. This will change their status to `Archived` and remove them from the issues list. Sentry will automatically bring an issue back to the top of the list and change its status to `Escalating` if the events in that issue significantly increase over a short period of time. There's also an option to mark an issue as `Archived` for:
33+
34+
- A set period of time
35+
- Until it occurs a set number of times
36+
- Until a set number of users are affected
37+
38+
### Resolve
39+
40+
You can manually mark an issue as `Resolved` when it’s been fixed. You can also specify further by resolving it in:
41+
42+
- Your next release
43+
- A current release
44+
- Another release
45+
46+
or
47+
48+
- By [including the issue ID in a commit](/product/releases/associate-commits#resolve-issues-by-commit)
49+
50+
If the same issue comes back, its status will automatically change to `Regressed`.
51+
52+
### Delete
53+
54+
You can remove an issue from the issue list by deleting it, but it will reappear as a new issue if it recurs.
55+
56+
There's also an option to `Delete and Discard Forever`, which will make it so that the issue is never seen again, even if it recurs. Any future events tied to the permanently deleted issue will be discarded automatically and won't count towards [your quota](/product/accounts/quotas/).
57+
58+
<Note>
59+
60+
You can only delete [Error Issues](/product/issues/issue-details/error-issues/). Other issue categories, (such as [Performance Issues](/product/issues/issue-details/performance-issues/)), don't support this feature.
61+
62+
</Note>
Loading
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Note>
22

3-
This feature is available only if you're in the <a href="/product/accounts/early-adopter/" target="_blank">Early Adopter program</a>. Features available to Early Adopters are still in-progress and may have bugs. We recognize the irony.
3+
This feature is available only if you're in the <a href="/product/accounts/early-adopter-features/" target="_blank">Early Adopter program</a>. Features available to Early Adopters are still in-progress and may have bugs. We recognize the irony.
44

55
</Note>

0 commit comments

Comments
 (0)