|
| 1 | +--- |
| 2 | +title: "About Connections" |
| 3 | +description: "The unified home for Upstream and Downstream Connections in the Pro UI" |
| 4 | +summary: "" |
| 5 | +date: 2026-07-14T00:00:00+00:00 |
| 6 | +lastmod: 2026-07-14T00:00:00+00:00 |
| 7 | +draft: false |
| 8 | +weight: 1 |
| 9 | +chapter: true |
| 10 | +sidebar: |
| 11 | + collapsed: true |
| 12 | +seo: |
| 13 | + title: "" # custom title (optional) |
| 14 | + description: "" # custom description (recommended) |
| 15 | + canonical: "" # custom canonical URL (optional) |
| 16 | + robots: "" # custom robot tags (optional) |
| 17 | +pro-feature: true |
| 18 | +--- |
| 19 | +<span style="background-color:rgba(242, 86, 29, 0.3)">Note: Connections are a DefectDojo Pro-only feature.</span> |
| 20 | + |
| 21 | +**Connections** is the single home in the DefectDojo Pro UI for every tool DefectDojo talks to, in either direction. It merges two features that were previously configured in separate places: |
| 22 | + |
| 23 | +* **Upstream Connections** (formerly **API Connectors**) pull findings and asset inventory *in* from your scanners and security tools. |
| 24 | +* **Downstream Connections** (formerly **Integrations**) push findings *out* to your issue trackers and ticketing systems. |
| 25 | + |
| 26 | +If you think of DefectDojo as the hub of your security data, Upstream Connections are how data arrives, and Downstream Connections are how remediation work leaves. |
| 27 | + |
| 28 | +## Where to find Connections |
| 29 | + |
| 30 | +In the Pro UI sidebar, open the **Connections** group under the **Import** header: |
| 31 | + |
| 32 | +* **Connections > Upstream Connections** — replaces the old **API Connectors** entry (previously under Import). |
| 33 | +* **Connections > Downstream Connections** — replaces the old **Integrations** entry (previously under Settings). This direction is currently in **Beta**. |
| 34 | + |
| 35 | +Old bookmarks and deep links keep working: the legacy `/connectors/…` and `/integrations/…` URLs automatically redirect to the new `/connections/upstream/…` and `/connections/downstream/…` pages. |
| 36 | + |
| 37 | +## Who can see what |
| 38 | + |
| 39 | +* **Upstream Connections** is visible to users with a Global Role of Reader or higher. |
| 40 | +* **Downstream Connections** is visible to superusers only, and is currently in **Beta** for Cloud-hosted DefectDojo Pro instances. |
| 41 | + |
| 42 | +The **Connections** group appears in the sidebar if at least one of the two pages is visible to you. |
| 43 | + |
| 44 | +## The Connections pages |
| 45 | + |
| 46 | +Both directions share the same refreshed layout: |
| 47 | + |
| 48 | +* Each tool is shown as a full-width **tile** — logo on the left, the tool name and a short description in the middle, and an action button on the right. |
| 49 | +* Each section has a **search box** that filters tiles by tool name as you type. |
| 50 | + |
| 51 | +On the **Upstream Connections** page: |
| 52 | + |
| 53 | +* **Configured Connections** lists the connectors you have already set up. Each tile shows an operational health summary (health status, last operation, and total / mapped record counts) and a **Manage Configuration** menu with **Manage Records & Operations**, **Edit Configuration**, and **Delete Configuration** actions. |
| 54 | +* **Available Connections** lists the supported tools you have not yet configured, each with an **Add Configuration** button. |
| 55 | +* A filter in the page header narrows both sections by connector type: **All**, **Asset** (or **Product**, depending on your instance's vocabulary) for connectors that import asset inventory, and **Finding** for connectors that import vulnerability data. |
| 56 | + |
| 57 | +On the **Downstream Connections** page: |
| 58 | + |
| 59 | +* **Available Integrations** lists every supported issue tracker. Tiles for integrations you have configured show a count of existing Integration Instances. |
| 60 | + |
| 61 | +## Next Steps |
| 62 | + |
| 63 | +* Read [About Connectors](/import_data/pro/connectors/about_connectors/) and [add your first Upstream Connection](/import_data/pro/connectors/add_edit_connectors/) to start importing findings automatically. |
| 64 | +* Read the [Downstream Connections guide](/connections/downstream/downstream_connections/) to push findings to your issue trackers. |
0 commit comments