At every trigger, webhook should send the Jira cloud's certificate and key information which can be validated by target system.
We were exploring Jira cloud webhook integration with self-hosted CI systems within the Organisation. This requires exposing webhook endpoint via our API Gateway over internet. Traffic flow would be like:
Jira cloud API Gateway On-premise CI systems
In order to setup this, we need to establish an authentication mechanism between Jira cloud and API Gateway. The security recommended authentication method should be using mTLS/maTLS.
That would be a great feature! We're also using Jira Automation to make API Calls and one of our systems requires MTLS so we're not able to fully integrate Jira with that system. We need the ability to add the client certificate in the Jira Automation rule so the web requests triggered from Jira can be authenticated by our API Gateway.