diff --git a/src/docs/product/accounts/early-adopter-toggle.png b/src/docs/product/accounts/early-adopter-features/early-adopter-toggle.png similarity index 100% rename from src/docs/product/accounts/early-adopter-toggle.png rename to src/docs/product/accounts/early-adopter-features/early-adopter-toggle.png diff --git a/src/docs/product/accounts/early-adopter.mdx b/src/docs/product/accounts/early-adopter-features/index.mdx similarity index 82% rename from src/docs/product/accounts/early-adopter.mdx rename to src/docs/product/accounts/early-adopter-features/index.mdx index f59ff9af40180..fcc73eefa277b 100644 --- a/src/docs/product/accounts/early-adopter.mdx +++ b/src/docs/product/accounts/early-adopter-features/index.mdx @@ -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." --- @@ -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/) diff --git a/src/docs/product/accounts/early-adopter-features/issue-archiving.mdx b/src/docs/product/accounts/early-adopter-features/issue-archiving.mdx new file mode 100644 index 0000000000000..4400783d76cc5 --- /dev/null +++ b/src/docs/product/accounts/early-adopter-features/issue-archiving.mdx @@ -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/). + + + +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. + + diff --git a/src/docs/product/accounts/early-adopter-features/issue-statuses.png b/src/docs/product/accounts/early-adopter-features/issue-statuses.png new file mode 100644 index 0000000000000..3da640777ce3c Binary files /dev/null and b/src/docs/product/accounts/early-adopter-features/issue-statuses.png differ diff --git a/src/includes/feature-available-for-user-group-early-adopter.mdx b/src/includes/feature-available-for-user-group-early-adopter.mdx index 21ec7b6c9b8a9..9d722bbec70ae 100644 --- a/src/includes/feature-available-for-user-group-early-adopter.mdx +++ b/src/includes/feature-available-for-user-group-early-adopter.mdx @@ -1,5 +1,5 @@ -This feature is available only if you're in the Early Adopter program. 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 Early Adopter program. Features available to Early Adopters are still in-progress and may have bugs. We recognize the irony.