Add health_status to webhook payload data
What does this MR do and why?
Add health_status to webhook payload data
Screenshots or screen recordings
issue event
note event
How to set up and validate locally
- Setup a project hook http://gdk.test:3000/flightjs/Flight/-/hooks to fire on note and issue events:
- Create a new issue
- Add a note
- Change the health status
- Add a note
- Close the issue
- Check the logs: http://gdk.test:3000/flightjs/Flight/-/hooks/ (click edit next to the relevant hook, then view details next to the relevant events). You should see the newly added
health_status
(underobject_attributes
for issue events and underissue
for note events)
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.