Skip to main content
The Relationships tab shows all cross-repo relationships defined across your organization. Use it to audit coverage, check relationship status, and manage connections between repositories. By default, the Relationships tab opens in Graph view. Click any repository to open its sidebar, where you can view its relationships and add new ones.
Relationships tab in Graph view showing repositories connected by relationship type, such as Service, Pipeline, and Code

Toggle between Table and Graph view

Switch to Table view to see every relationship listed with full detail, useful for filtering, searching, or acting on a relationship from its three-dot menu.
  • Toggle between Table and Graph view using the controls at the top left of the tab.
Relationships tab in Table view showing relationship pairs with type, status, description, and updated columns, plus Filters and Search controls

Relationships tab reference

To add a new relationship, see Manage cross-repository relationships.

Check relationship status

Check relationship status to confirm Qodo has successfully mapped the dependency and will trace impact between the two repositories on future pull requests. Once active, Qodo checks the relationship on every subsequent pull request (PR). See Manage cross-repository relationships for how Qodo targets which branch or PR to review.

Search or filter relationships

Use the Search bar to find relationships by repository name, available in both Table and Graph view. Use the Filters menu to narrow the list:
  • Type: Available in both Table and Graph view.
  • Status: Available in Table view only, useful for auditing which relationships need attention.

Reestablish relationship connections

If a relationship shows Not found or Error, Qodo could not establish the connection on its own. Provide additional context to guide the analysis and retry.
1

Open the retry dialog

Click the three-dot menu on the relationship and select Retry with custom instructions.
2

Describe the dependency

In the Retry with custom instructions dialog, describe the dependency between the two repositories. These instructions give the agent additional context to guide the relationship analysis.
3

Retry

Click Retry. Qodo reprocesses the relationship using your instructions. If it establishes a connection, the status changes to Active.

Remove relationships

Remove a relationship when Qodo should no longer trace impact between two repositories.
Deleting a relationship means Qodo will no longer use it to trace impact between the two repositories. If you delete a relationship by mistake, you will need to recreate it from scratch.
  • Click the three-dot menu on the relationship you want to remove, select Delete relationship, then confirm in the dialog.

Export relationship details

Each relationship has a markdown file describing the dependency in detail, useful for reviewing what Qodo inferred or sharing context with your team.
  • Click the three-dot menu on any relationship and select Download markdown.

Next steps