Skip to main content

Automating Cases Links in Torq: See the Bigger Picture

Learn how to automatically manage links in Torq cases.

Overview

Automatically link cases to provide comprehensive visibility for analysts reviewing them. When an analyst reviews a case, they will see it has related cases, which may also require examination.

Linking related cases helps build a comprehensive understanding of the incident landscape. Learn the basics here.

Automatically manage links: Essential steps

Efficiently manage case links using steps provided by Torq:

  • Link cases

  • List case links

  • Unlink cases

  • Update a link

How to use

Automatically link cases

Use the Link cases step:

  • Provide the IDs of the cases to link. A link is created between two cases.

  • Specify the relation between the cases: Parent of, child of, duplicate of, duplicated by, blocking, blocked by, or other.

  • Optionally, add a description for the link.

Use case: Link cases based on shared tags

  1. Trigger workflow on tag updates: Utilize the Tags updated workflow trigger to run a workflow when a tag is added or updated on a case.

  2. Retrieve related cases: For each tag that is added or updated, use the Query cases step to fetch all cases that have it.

  3. Link cases: For each case retrieved, create a link to the case that got the tag update.

  4. View linked cases: After the workflow completes, all cases that have the tag will be visible in the Linked cases tab of the original case.

Triggering workflows on link updates

Use the Link updated workflow trigger to execute a workflow whenever a link is created, updated, or deleted.

Use case: Retrieve information from linked cases

  1. Activate workflow on link changes: Use the Link updated workflow trigger.

  2. Add trigger condition: Specify the workflow to activate only when a new link is created.

  3. Gather linked case information: If cases A and B are linked, use the List case links step to gather other cases linked to each.

  4. Notify assignees: Inform the assignee of case A about other cases linked to case B, which may also relate to case A, and vice versa.

Did this answer your question?