- 
    Suggestion 
- 
    Resolution: Unresolved
- 
    None
Problem Definition
Approvals were recently introduced in all Company-managed projects (CMP) both business and software for Jira cloud premium customers as detailed in Approvals now available in all CMP project types for Premium customers post.
The Approvals tab is currently only available in Team-managed Business projects and has not yet been implemented in Company-managed Projects (CMPs).
Suggestion
The request is to introduce the Approvals tab in Company-managed Software and Business projects, a unified tab where all work items pending approval can be viewed.
Workaround
As a workaround, you can use the All Work tab to view the list of work items pending your approval.
- Additionally, you can create a JQL query and add it as a shortcut for direct access to the list of items awaiting approval.
	- Example:
Project = "<Project name>" AND "Approvals[Approvals]" = myPendingApproval() 
 
- Example:

