In version 8.4, a new Webhook - Case Management connector was introduced in Kibana, enabling integration with third-party systems like Jira through RESTful API services using axios for sending POST, PUT, and GET requests. This connector facilitates linking with the Kibana Cases feature, allowing users to manage cases by setting up a connector with basic authentication, creating cases using Jira's API documentation, and mapping Kibana case details to Jira issues. The process involves configuring the connector, accessing the Jira API to create and retrieve case information, and managing updates and comments through Jira's API methods. The article provides a step-by-step guide for implementing these functions, enhancing the case management workflow in Kibana.