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.
105530
+
This endpoint configures synchronization between your existing Datadog teams and GitHub teams by matching their names.
105460
105531
It evaluates all current Datadog teams and compares them against teams in the GitHub organization
105461
105532
connected to your Datadog account, based on Datadog Team handle and GitHub Team slug
105462
105533
(lowercased and kebab-cased).
105463
105534
105464
105535
This operation is read-only on the GitHub side, no teams will be modified or created.
105465
105536
105537
+
Optionally, provide `selection_state` to limit synchronization
105538
+
to specific teams or organizations and their subtrees, instead
105539
+
of syncing all teams.
105540
+
105466
105541
[A GitHub organization must be connected to your Datadog account](https://docs.datadoghq.com/integrations/github/),
105467
105542
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
105468
105543
using a normalized exact match; case is ignored and spaces are removed. No modifications are made
// This endpoint attempts to link your existing Datadog teams with GitHub teams by matching their names.
2775
+
// This endpoint configures synchronization between your existing Datadog teams and GitHub teams by matching their names.
2776
2776
// It evaluates all current Datadog teams and compares them against teams in the GitHub organization
2777
2777
// connected to your Datadog account, based on Datadog Team handle and GitHub Team slug
2778
2778
// (lowercased and kebab-cased).
2779
2779
//
2780
2780
// This operation is read-only on the GitHub side, no teams will be modified or created.
2781
2781
//
2782
+
// Optionally, provide `selection_state` to limit synchronization
2783
+
// to specific teams or organizations and their subtrees, instead
2784
+
// of syncing all teams.
2785
+
//
2782
2786
// [A GitHub organization must be connected to your Datadog account](https://docs.datadoghq.com/integrations/github/),
2783
2787
// 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
2784
2788
// using a normalized exact match; case is ignored and spaces are removed. No modifications are made
0 commit comments