Status Reports Not Showing in Project WorkspaceIssue Status reports for projects are not visible in the new Project workspace, even when created from the new project workspace. Existing status reports cannot be imported into the Project workspace, resulting in an 'Import in progress for status reports. Refresh again later' message. The status report is created on the backend but does not appear in the workspace.ReleaseNACausePmProjectStatusReport script include is in "this applications scope only" due to this doc content generation failing as this api is not available for Project workspace scope. OOTB, this is in "All application scopes" only, due to customizations script include was not upgraded as part of upgrades.Resolution1. The Project Workspace plugin should be on the latest versions 2. Review the script include PmProjectStatusReport. Revert to OOTB if it's not https://instance_name.service-now.com/nav_to.do?uri=sys_script_include.do?sys_id=9e75b5e09f331200598a5bb0657fcf19 3.Change the scope of the PmProjectStatusReport script include from 'this application scope only' to 'all application scopes'. 4. Verify that the status reports are now visible in the Project workspace after making the scope change. 5. Test the import functionality for existing status reports to ensure it works as expected. 6. Confirm with end-users that the issue is resolved and update other instances to prevent similar issues in the future.