Skip to main content
Relation rules define automatic behaviors that apply when requests are created or closed, based on parent-child relationships between specific request types. They let you enforce consistency in your support process - for example, blocking a parent request from being closed until all its children are resolved, or prompting agents to close related requests together.
Rules trigger automatic actions in the request user interface only. API and CRMScript operations are not affected.

What is a relation rule?

A relation rule consists of:
  • Condition: which request types the rule applies to (source and target).
  • Behaviors: what happens automatically when matched requests are created or closed.

Where to find relation rules

In Settings and maintenance, select Requests in the navigator and go to the Relation rules tab. Settings and maintenance, Relation rules -screenshot
If this option is not visible, you have insufficient rights for this function. Contact your system administrator for more information.

Settings

Condition

The summary line below the condition confirms the full scope of the rule in plain language. A warning is shown if the condition overlaps with an existing rule.

Behavior: On creation

Behavior: On close

Add relation rule

  1. In Settings and maintenance, select Requests in the navigator and go to the Relation rules tab.
  2. Click the Add button. Add relation rule -screenshot
  3. Enter a Rule name and optionally a Description.
  4. In the Condition section, select the Relation type, then select one or more request types in the From (source) and To (target) fields. The summary line below the condition confirms what the rule will apply to.
    If the condition overlaps with an existing rule, a conflict warning is displayed. Adjust the request types to resolve it before saving.
  5. In the Behavior section, check the options you want to enable for On creation and On close.
  6. Click Save.

Edit relation rule

  1. In the Relation rules tab, click the rule in the list on the left.
  2. Make your changes.
  3. Click Save.

Delete relation rule

  1. In the Relation rules tab, select the rule in the list on the left.
  2. Click the Delete button at the bottom of the list.

Example: Incident management

A major service outage generates multiple individual problem reports from affected customers. Each customer report is registered as a child request linked to a shared incident as the parent.
  • Prevent parent closure until all child requests are closed: keeps the incident open until every problem report has been handled, ensuring nothing is overlooked.
  • Offer to close parent when all child requests are closed: when the last problem report is resolved, the agent is prompted to close the incident.
  • Offer to close children and send message when parent is closed: when the incident is resolved, the agent can close all remaining child requests at once and reply to each affected customer directly, informing them the issue has been fixed.