we want reach on any new comment an automation via REST call to another foreign Service Desk
we thought that webhooks could do that but we found no basic authentication to configure
do i miss something or is webhook not the right concept for this?
I thought the same thing, but you have no control of the request body and can only ever include the jira issue json not your own parameters.
You have to write your own web service to be called with their payload and then call your 3rd party web service.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.