Skip to content

Commit

Permalink
add EA issue archiving (#7481)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Jul 24, 2023
1 parent fd20673 commit 4ae8795
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Early Adopter Features"
sidebar_order: 60
redirect from: /product/accounts/early-adopter/
description: "Learn which features are currently in the early adopter phase."
---

Expand All @@ -17,7 +18,8 @@ Limitations:

## Current Early Adopter Features

- [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/)
- [Issue Status](/product/issues/states-triage/) tags
- [Priority Sort](/product/issues#issue-sort) algorithm improvements
- [Issue Reprocessing](/product/issues/reprocessing/)
- [Span Summary](/product/performance/transaction-summary/#span-summary)
- [Issue Archiving](/product/accounts/early-adopter-features/issue-archiving/)
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
title: "Issue Archiving"
sidebar_order: 1
description: "Learn how issue status works and and how to triage issues."
---

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.**

Here's a list of all statuses, how they're assigned to an issue, and their custom search term:

| Status | Condition | Custom Search Term |
| -------------- | --------------------------------------------------------------------------------------- | ------------------ |
| **New** | An issue that was created in the last 7 days. | is:new |
| **Ongoing** | An issue that was created more than 7 days ago or has manually been marked as reviewed. | is:ongoing |
| **Escalating** | An issue that's exceeded its forecasted event volume. | is:escalating |
| **Regressed** | A resolved issue that's come up again. | is:regressed |
| **Archived** | An issue that's been marked as archived. | is:archived |
| **Resolved** | An issue that's been marked as fixed. | is:resolved |

The diagram below shows how the statuses are updated automatically and manually:

![Issue Status Diagram](issue-statuses.png)

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.

## Manually Triaging Issues

While some issue statuses are added and updated automatically, you can manually `Archive` or `Resolve` an issue, which will also change its status.

### Archive

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:

- A set period of time
- Until it occurs a set number of times
- Until a set number of users are affected

### Resolve

You can manually mark an issue as `Resolved` when it’s been fixed. You can also specify further by resolving it in:

- Your next release
- A current release
- Another release

or

- By [including the issue ID in a commit](/product/releases/associate-commits#resolve-issues-by-commit)

If the same issue comes back, its status will automatically change to `Regressed`.

### Delete

You can remove an issue from the issue list by deleting it, but it will reappear as a new issue if it recurs.

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/).

<Note>

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.

</Note>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Note>

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.
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.

</Note>

1 comment on commit 4ae8795

@vercel
Copy link

@vercel vercel bot commented on 4ae8795 Jul 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

docs.sentry.io
sentry-docs.sentry.dev
sentry-docs-git-master.sentry.dev

Please sign in to comment.