Sometimes a project can be deleted by a user, but unknown to another member of the team.
To search the audit logs for a deleted project, you can use the Postgres command:
iriusprod=# select * from audit_event where event_type='PROJECT_DELETED' and project_ref='<PROJECT-NAME>';
*Replacing <PROJECT-NAME> with the project you are searching for.
If this returns nothing, the project may have been renamed rather than deleted.
Comments
0 comments
Article is closed for comments.