Commit aac2b17
committed
feat(api): add postmortem_url field to incident serializer
Add postmortem_url field to the IncidentSerializer to expose the
Confluence post-mortem page URL in the API response.
The field returns:
- The Confluence page URL if a post-mortem exists for the incident
- null if no post-mortem has been created yet
This allows API consumers to directly access the post-mortem
documentation for incidents without additional requests.1 parent 63332b2 commit aac2b17
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| 221 | + | |
221 | 222 | | |
222 | 223 | | |
223 | 224 | | |
| |||
252 | 253 | | |
253 | 254 | | |
254 | 255 | | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
255 | 263 | | |
256 | 264 | | |
257 | 265 | | |
| |||
279 | 287 | | |
280 | 288 | | |
281 | 289 | | |
| 290 | + | |
282 | 291 | | |
283 | 292 | | |
284 | 293 | | |
| |||
0 commit comments