---
title: "How can I see which items need to be approved by a specific group?"
description: "You may want to consider using a KQL search to find which items need to be approved by a specific group. First, filter for items that are in a resolved state."
category: "Frequently Asked Questions"
section: "Software Release Process"
keywords: ["group", "approved", "kql search", "values", "defined", "supported", "groups", "specific"]
source_url: "https://support.ketryx.com/hc/en-us/articles/28062802170125-How-can-I-see-which-items-need-to-be-approved-by-a-specific-group"
last_reviewed: 2026-06-11
---

# How can I see which items need to be approved by a specific group?

You may want to consider using a KQL search to find which items need to be approved by a specific group.

First, filter for items that are in a resolved state.

Next, type the following example KQL into the search bar:

not approved: QM

If you are searching for a different group name, replace _QM_ with the shorthand values for the standard Ketryx-defined groups. Currently, custom group names defined by the organization are not supported by this function. The following shorthand values for the standard Ketryx-defined groups are supported:

`RD` = `"R&D Leads"`

`PM` = `"Product Managers"`

`QM` = `"Quality Managers"`

`DEV` = `Developers`

`QC` = `"Quality Control"`

## Related articles

- [How can I filter and manage risks of different types?](how-can-i-filter-and-manage-risks-of-different-types.md)
- [How do the 'to' and 'from' filters work in a custom document template?](how-do-the-to-and-from-filters-work-in-a-custom-document-template.md)
- [How Can I Filter Items by Status and Approval on the All Items Page?](how-can-i-filter-items-by-status-and-approval-on-the-all-items-page.md)
- [How do I create test executions in bulk?](how-do-i-create-test-executions-in-bulk.md)
- [How do I exclude test cases in bulk?](how-do-i-exclude-test-cases-in-bulk.md)
