---
title: "Can I omit the need for owner approval for certain items?"
description: "Yes, the need for owner approval is configurable in the project advanced settings under \"Approval rules\"."
category: "Frequently Asked Questions"
section: "Advanced Settings"
keywords: ["owner approval", "omit", "certain", "owners approval", "remove", "json", "filter", "approval specific"]
source_url: "https://support.ketryx.com/hc/en-us/articles/33951656694285-Can-I-omit-the-need-for-owner-approval-for-certain-items"
last_reviewed: 2026-06-11
---

# Can I omit the need for owner approval for certain items?

> **In short:** Yes, the need for owner approval is configurable in the project advanced settings under "Approval rules".

Yes, the need for owner approval is configurable in the project advanced settings under "Approval rules". Normally in this section, you can add or remove different approval groups by using the "groupNamesToRemove" or the "groupNamesToKeep" json filters, however, this method does not work for the owner of an item. Instead, use the "requiresOwnerApproval" json filter to remove the need for owner approval on specific items. Below is an example of using this json filter to remove the need for an owners approval specifically for requirement item types.

```
[\
{\
"itemFilter":"type:RQ",\
"requiresOwnerApproval": false\
}\
]
```

Additionally, you can use a \* in the "itemFilter" portion of the code to omit the need for an owners approval on all configuration item types in your project.

## Related articles

- [I See 1/1 approvals on a ticket. However, Jira still says that I need the owner to sign.](i-see-1-1-approvals-on-a-ticket-however-jira-still-says-that-i-need-the-owner.md)
- [If I want a specific approval rule to only apply to certain types of requirements, is that possible and how do I configure Ketryx?](if-i-want-a-specific-approval-rule-to-only-apply-to-certain-types-of.md)
- [How can I save edited approval rules so they don't revert to the default approval once a document is transitioned to the close state?](how-can-i-save-edited-approval-rules-so-they-don-t-revert-to-the-default.md)
- [Why don't I see an approval button for my release documentation?](why-don-t-i-see-an-approval-button-for-my-release-documentation.md)
- [Do system-level controls apply to custom item types?](do-system-level-controls-apply-to-custom-item-types.md)
