IaC support for search relations with webhooks
C
Calum Dee
Interestingly seems search relations can be passed as string - except the format is odd and not a valid json object encoded as a string
e.g. this works
"authorUser": "{\"combinator\":\"and\",\"rules\":[{\"operator\":\"=\",\"property\":\"gitlabId\",\"value\":.body.object_attributes.author_id}]}",
Would still be better if fully typed mappings were supported or properly json encoded objects