Introduction
You can use policies to define rules about how your organization completes follow-ups, however, you may want to configure this further based on the priority of the given follow-up. This helpful article walks through creating a new policy that enforces that urgent follow-ups are completed within 3 days of the incident being resolved, and follow-ups with any other priority have 7 days to be completed.Steps
Head over to Settings → Policies , and click New Policy ./screenshot-1.png?fit=max&auto=format&n=-p0k-NlQGgmni0z8&q=85&s=ce2fe12916eb699a0fe75ab505c621b8)
Follow-ups as the Policy type , and give the policy a Name and Description .
/screenshot-2.png?fit=max&auto=format&n=-p0k-NlQGgmni0z8&q=85&s=109fe79ec955d64eec018c9812b1994d)
If... else... expression type, and add a new expression rule:
- If
Follow-up → Priority is one of Urgent, return3 - If no rule conditions are met, return
7
Urgent then it should be completed within 3 days, and for any other priority the follow-up should be completed in 7 days.
Click the Add button to save the expression.
/screenshot-3.png?fit=max&auto=format&n=-p0k-NlQGgmni0z8&q=85&s=e0b46f395a3acb82189bd5f3404bf849)
/screenshot-4.png?fit=max&auto=format&n=-p0k-NlQGgmni0z8&q=85&s=641ad205bc7db6be17228158bad5b993)
Follow-up → Status is not one of Outstanding
Outstanding , thus validating that it has been completed.
/screenshot-5.png?fit=max&auto=format&n=-p0k-NlQGgmni0z8&q=85&s=4745629223f16cb1a1157b627bbd3f89)