You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This endpoint attempts to link your existing Datadog teams with GitHub teams by matching their names.
1222
+
It evaluates all current Datadog teams and compares them against teams in the GitHub organization
1223
+
connected to your Datadog account, based on Datadog Team handle and GitHub Team slug
1224
+
(lowercased and kebab-cased).
1225
+
1226
+
This operation is read-only on the GitHub side, no teams will be modified or created.
1227
+
1228
+
`A GitHub organization must be connected to your Datadog account <https://docs.datadoghq.com/integrations/github/>`_ ,
1229
+
and the GitHub App integrated with Datadog must have the ``Members Read`` permission. Matching is performed by comparing the Datadog team handle to the GitHub team slug
1230
+
using a normalized exact match; case is ignored and spaces are removed. No modifications are made
1231
+
to teams in GitHub. This will not create new Teams in Datadog.
0 commit comments