How to Transition Controls Stuck in "Attest" Phase to "Monitor"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2025 08:09 AM
Hello GRC Community,
During a control attestation campaign, I've noticed that some attesters don't complete their assessments, which results in certain controls remaining stuck in the "Attest" phase.
Is there a way (excluding Fix Script) —either via configuration or scripting—to automatically or manually force those controls to transition to the "Monitor" phase, even if the attestation task hasn’t been completed?
Thanks in advance for your help and suggestions!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2025 11:13 AM
Hi
you can write a scheduled job, running once a day, and check for attestations pending since some period, say 15 days. in those case, you can mark those attestations as completed. this will trigger the controls to go into monitoring phase.
Please mark this response as correct or helpful if it assisted you with your question.