From 35f594a5a9138f54021c3f472e055cf1be336275 Mon Sep 17 00:00:00 2001 From: Scott Cooper Date: Wed, 7 Aug 2024 12:01:57 -0700 Subject: [PATCH 1/4] feat(issues): Add more `is:for_review` details adds a few more details about what states will show up on the is:for_review query. fixes #11022 --- docs/concepts/search/searchable-properties/issues.mdx | 2 +- docs/product/issues/index.mdx | 2 +- docs/product/issues/states-triage/index.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/concepts/search/searchable-properties/issues.mdx b/docs/concepts/search/searchable-properties/issues.mdx index 743165582d468..b66cdac4d50d2 100644 --- a/docs/concepts/search/searchable-properties/issues.mdx +++ b/docs/concepts/search/searchable-properties/issues.mdx @@ -230,7 +230,7 @@ The event or replay id. In **Issues**, use only the ID value without the `id` ke ### `is` -The properties of an issue. Values can be: `unresolved`, `resolved`, `archived`, `assigned`, `unassigned`, `linked`, or `unlinked`. The `linked` and `unlinked` values return issues based on whether they are linked to an external issue tracker or not. +The properties of an issue. Values can be: `unresolved`, `resolved`, `archived`, `assigned`, `unassigned`, `for_review`, `linked`, or `unlinked`. The `for_review` value filters unresolved issues to just the recently unresolved or new issues that have not yet been marked reviewed. The `linked` and `unlinked` values return issues based on whether they are linked to an external issue tracker or not. - **Type:** status diff --git a/docs/product/issues/index.mdx b/docs/product/issues/index.mdx index 7a19ab365e9fb..39c3026957d2e 100644 --- a/docs/product/issues/index.mdx +++ b/docs/product/issues/index.mdx @@ -43,7 +43,7 @@ There are two categories of issues: [_error issues_](/product/issues/issue-detai From the **Issues** page, you can begin to triage. The page is organized into tabs, each corresponding to a filtered list of issues, and these different lists help you with triaging: - All Unresolved (`is:unresolved`): All unresolved issues, including issues that need review. -- For Review (`is:unresolved is:for_review`): Also called **Review List**. Issues that need to be reviewed; for-review issues are a subset of all unresolved issues. +- For Review (`is:unresolved is:for_review`): Also called **Review List**. Issues that need to be reviewed; for-review issues are a subset of all unresolved issues. These issues are new, regressions, or unresolved issues that have not yet been reviewed. - Regressed (`is:regressed`): All regressed issues; resolved issues that have come up again. - Archived (`is:archived`): All archived issues. - Escalating (`is:escalating`): All escalating issues; previously archived issues that have exceeded their forecasted event volume. diff --git a/docs/product/issues/states-triage/index.mdx b/docs/product/issues/states-triage/index.mdx index 0ca34b3625b58..3b2efb815ddd2 100644 --- a/docs/product/issues/states-triage/index.mdx +++ b/docs/product/issues/states-triage/index.mdx @@ -25,7 +25,7 @@ One way to limit the issues that you see is by selecting a tab at the top of the ## 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. +While some issue statuses are added and updated automatically, you can manually `Archive` or `Resolve` an issue, which will also change its status and remove it from the `is:for_review` list. Items in the `is:for_review` list are issues that need to be reviewed, including new, regressed, or unresolved issues that have not yet been reviewed. ### Archive From 3120030592066bb875aad91a0506eea7e1762f57 Mon Sep 17 00:00:00 2001 From: Scott Cooper Date: Thu, 15 Aug 2024 09:59:17 -0700 Subject: [PATCH 2/4] Update docs/concepts/search/searchable-properties/issues.mdx Co-authored-by: Liza Mock --- docs/concepts/search/searchable-properties/issues.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/search/searchable-properties/issues.mdx b/docs/concepts/search/searchable-properties/issues.mdx index b66cdac4d50d2..bdbb5e7874666 100644 --- a/docs/concepts/search/searchable-properties/issues.mdx +++ b/docs/concepts/search/searchable-properties/issues.mdx @@ -230,7 +230,7 @@ The event or replay id. In **Issues**, use only the ID value without the `id` ke ### `is` -The properties of an issue. Values can be: `unresolved`, `resolved`, `archived`, `assigned`, `unassigned`, `for_review`, `linked`, or `unlinked`. The `for_review` value filters unresolved issues to just the recently unresolved or new issues that have not yet been marked reviewed. The `linked` and `unlinked` values return issues based on whether they are linked to an external issue tracker or not. +The properties of an issue. Values can be: `unresolved`, `resolved`, `archived`, `assigned`, `unassigned`, `for_review`, `linked`, or `unlinked`. The `for_review` value filters unresolved issues and only shows the recently unresolved or new issues that haven't been marked as "reviewed". The `linked` and `unlinked` values return issues based on whether they're linked to an external issue tracker or not. - **Type:** status From 0d4c3ee9070b46bcae6b79f6c97df5bfa0f7c09d Mon Sep 17 00:00:00 2001 From: Scott Cooper Date: Thu, 15 Aug 2024 09:59:23 -0700 Subject: [PATCH 3/4] Update docs/product/issues/index.mdx Co-authored-by: Liza Mock --- docs/product/issues/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/product/issues/index.mdx b/docs/product/issues/index.mdx index 39c3026957d2e..67ab1ca6b169b 100644 --- a/docs/product/issues/index.mdx +++ b/docs/product/issues/index.mdx @@ -43,7 +43,7 @@ There are two categories of issues: [_error issues_](/product/issues/issue-detai From the **Issues** page, you can begin to triage. The page is organized into tabs, each corresponding to a filtered list of issues, and these different lists help you with triaging: - All Unresolved (`is:unresolved`): All unresolved issues, including issues that need review. -- For Review (`is:unresolved is:for_review`): Also called **Review List**. Issues that need to be reviewed; for-review issues are a subset of all unresolved issues. These issues are new, regressions, or unresolved issues that have not yet been reviewed. +- For Review (`is:unresolved is:for_review`). Also called **Review List**, for-review issues are a subset of all unresolved issues and can include new issues or regressions that haven't been reviewed yet. - Regressed (`is:regressed`): All regressed issues; resolved issues that have come up again. - Archived (`is:archived`): All archived issues. - Escalating (`is:escalating`): All escalating issues; previously archived issues that have exceeded their forecasted event volume. From 74e9917428aee6908143b2f1a0a3a122c552e1fa Mon Sep 17 00:00:00 2001 From: Scott Cooper Date: Thu, 15 Aug 2024 09:59:32 -0700 Subject: [PATCH 4/4] Update docs/product/issues/states-triage/index.mdx Co-authored-by: Liza Mock --- docs/product/issues/states-triage/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/product/issues/states-triage/index.mdx b/docs/product/issues/states-triage/index.mdx index 3b2efb815ddd2..358117ab5ac3d 100644 --- a/docs/product/issues/states-triage/index.mdx +++ b/docs/product/issues/states-triage/index.mdx @@ -25,7 +25,7 @@ One way to limit the issues that you see is by selecting a tab at the top of the ## 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 and remove it from the `is:for_review` list. Items in the `is:for_review` list are issues that need to be reviewed, including new, regressed, or unresolved issues that have not yet been reviewed. +While some issue statuses are added and updated automatically, you can manually `Archive` or `Resolve` an issue, which will also change its status and remove it from the `is:for_review` list. Items in the `is:for_review` list are new, regressed, or unresolved issues that haven't been reviewed yet. ### Archive