Skip to content

Commit c300404

Browse files
chouetzclaude
andauthored
Add GitHub teams to Slack and Jira mapping (DataDog#23833)
* Add GitHub teams to Slack channels mapping Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Add GitHub teams to Jira projects mapping Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 38d9132 commit c300404

2 files changed

Lines changed: 185 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# This file contains a mapping of DataDog Github teams to JIRA projects.
2+
# The DEFAULT_JIRA_PROJECT value is interpreted as "AGNTR".
3+
# Note that keys must be quoted because the '@' symbol is reserved in YAML.
4+
'@datadog/agent-build': ABLD
5+
'@datadog/agent-integrations': AI
6+
'@datadog/container-ecosystems': AGENTONB
7+
'@datadog/container-integrations': CONTINT
8+
'@datadog/container-platform': CONTP
9+
'@datadog/data-observability': DO
10+
'@datadog/data-streams-monitoring': DSMON
11+
'@datadog/database-monitoring': DBMON
12+
'@datadog/database-monitoring-agent': DBMON
13+
'@datadog/documentation': DOCS
14+
'@datadog/ebpf-platform': EBPF
15+
'@datadog/logs-backend': LOGSI
16+
'@datadog/logs-core': LB
17+
'@datadog/logs-integrations-reviewers': AI
18+
'@datadog/ml-observability': MLOS
19+
'@datadog/ndm-integrations': NDINT
20+
'@datadog/network-device-monitoring-core': NDMC
21+
'@datadog/network-path': NETPATH
22+
'@datadog/new-workloads': NWL
23+
'@datadog/opentelemetry': OTAGENT
24+
'@datadog/saas-integrations': WEBINT
25+
'@datadog/windows-products': WINA
Lines changed: 160 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,160 @@
1+
# This file contains a mapping of DataDog Github teams to slack channels.
2+
# Each team has a 'notification' channel (for CI/pipeline alerts) and a 'review' channel (for PR reviews).
3+
# The DEFAULT_SLACK_CHANNEL value is interpreted as '#agent-devx-ops'.
4+
# Note that the values must be quoted if they contain a '#' symbol, because
5+
# YAML interprets that as the beginning of a comment. Keys must also be quoted
6+
# because the '@' symbol is reserved in YAML.
7+
'@datadog/agent-build':
8+
notification:
9+
name: '#agent-build-ops'
10+
id: 'C08T0U0079Q'
11+
review:
12+
name: '#agent-build-reviews'
13+
id: 'C08SK57TL1M'
14+
'@datadog/agent-integrations':
15+
notification:
16+
name: '#agent-integrations'
17+
id: 'C9WBCH0AF'
18+
review:
19+
name: '#agent-integrations-reviews'
20+
id: 'C06E366NH2B'
21+
'@datadog/container-ecosystems':
22+
notification:
23+
name: '#telemetry-onboarding'
24+
id: 'C0ACU5FGE3H'
25+
review:
26+
name: '#telemetry-onboarding'
27+
id: 'C0ACU5FGE3H'
28+
'@datadog/container-integrations':
29+
notification:
30+
name: '#container-integrations'
31+
id: 'C4TQDFK1P'
32+
review:
33+
name: '#container-integrations'
34+
id: 'C4TQDFK1P'
35+
'@datadog/container-platform':
36+
notification:
37+
name: '#container-platform'
38+
id: 'C0702JHC7G8'
39+
review:
40+
name: '#container-platform'
41+
id: 'C0702JHC7G8'
42+
'@datadog/data-observability':
43+
notification:
44+
name: '#data-observability-ops'
45+
id: 'C08KJQRNRJ6'
46+
review:
47+
name: '#data-observability-dev'
48+
id: 'C05VB5B6U1H'
49+
'@datadog/data-streams-monitoring':
50+
notification:
51+
name: '#data-streams-monitoring'
52+
id: 'C02FFNF9VN0'
53+
review:
54+
name: '#data-streams-monitoring'
55+
id: 'C02FFNF9VN0'
56+
'@datadog/database-monitoring':
57+
notification:
58+
name: '#database-monitoring'
59+
id: 'C011QG8MJBA'
60+
review:
61+
name: '#database-monitoring'
62+
id: 'C011QG8MJBA'
63+
'@datadog/database-monitoring-agent':
64+
notification:
65+
name: '#database-monitoring'
66+
id: 'C011QG8MJBA'
67+
review:
68+
name: '#database-monitoring'
69+
id: 'C011QG8MJBA'
70+
'@datadog/documentation':
71+
notification:
72+
name: 'DEFAULT_SLACK_CHANNEL'
73+
id: 'C0795C1C2AE'
74+
review:
75+
name: '#documentation'
76+
id: 'C0DESMBQU'
77+
'@datadog/ebpf-platform':
78+
notification:
79+
name: '#ebpf-platform-ops'
80+
id: 'C04NAC0JVMM'
81+
review:
82+
name: '#ebpf-platform'
83+
id: 'C0424HA1SJK'
84+
'@datadog/logs-backend':
85+
notification:
86+
name: '#logs-core'
87+
id: 'C03A4P0207Q'
88+
review:
89+
name: '#logs-core'
90+
id: 'C03A4P0207Q'
91+
'@datadog/logs-core':
92+
notification:
93+
name: '#logs-core'
94+
id: 'C03A4P0207Q'
95+
review:
96+
name: '#logs-core'
97+
id: 'C03A4P0207Q'
98+
'@datadog/logs-integrations-reviewers':
99+
notification:
100+
name: '#agent-integrations'
101+
id: 'C9WBCH0AF'
102+
review:
103+
name: '#agent-integrations-reviews'
104+
id: 'C06E366NH2B'
105+
'@datadog/ml-observability':
106+
notification:
107+
name: '#ml-obs'
108+
id: 'C05BF5NSM5Z'
109+
review:
110+
name: '#ml-obs'
111+
id: 'C05BF5NSM5Z'
112+
'@datadog/ndm-integrations':
113+
notification:
114+
name: '#ndm-integrations'
115+
id: 'C07S0UH4R0C'
116+
review:
117+
name: '#ndm-integrations'
118+
id: 'C07S0UH4R0C'
119+
'@datadog/network-device-monitoring-core':
120+
notification:
121+
name: '#ndm-core'
122+
id: 'C07RHJTEFRD'
123+
review:
124+
name: '#ndm-core'
125+
id: 'C07RHJTEFRD'
126+
'@datadog/network-path':
127+
notification:
128+
name: '#network-path-dev'
129+
id: 'C06GLJ7SHM3'
130+
review:
131+
name: '#network-path-dev'
132+
id: 'C06GLJ7SHM3'
133+
'@datadog/new-workloads':
134+
notification:
135+
name: '#new-workloads'
136+
id: 'C07KTCNTMU4'
137+
review:
138+
name: '#new-workloads'
139+
id: 'C07KTCNTMU4'
140+
'@datadog/opentelemetry':
141+
notification:
142+
name: '#opentelemetry-ops'
143+
id: 'C045DGB1V39'
144+
review:
145+
name: '#opentelemetry-ops'
146+
id: 'C045DGB1V39'
147+
'@datadog/saas-integrations':
148+
notification:
149+
name: '#saas-integrations'
150+
id: 'C4V2P3SUB'
151+
review:
152+
name: '#saas-integrations'
153+
id: 'C4V2P3SUB'
154+
'@datadog/windows-products':
155+
notification:
156+
name: '#windows-products-ops'
157+
id: 'C097S0V4KHR'
158+
review:
159+
name: '#windows-products-reviews'
160+
id: 'C0983QTJJJ0'

0 commit comments

Comments
 (0)