url field in Merge Requests (MR) webhooks empty
The web hooks documentation says that there's a url
field
documenting the URL of the merge request. In my experience, that field
is always empty. Here's an
example of a parsed JSON data structure, Python sees the field as
None
, which assume is null
in the original JSON data structure.
This seems like a bug, if at least in the documentation.