---
title: "Handle Jira Webhook"
method: POST
path: "/api/webhooks/jira"
tags: ["external_services", "webhooks"]
---

# Handle Jira Webhook

`POST /api/webhooks/jira`

Maneja webhooks entrantes de JIRA.

Este endpoint procesa notificaciones de cambios en tickets JIRA,
específicamente cuando un ticket cambia a estado 'Done', y envía
notificaciones automáticas por email al usuario original.

## Response `200`

Successful Response

- WebhookResponse — Modelo de respuesta para webhooks procesados
  - `success` boolean, required
  - `message` string, required
  - `action` string, required
  - `user_email` string, nullable
  - `issue_key` string, nullable

---

[API](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api.md) · [All operations](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hogarsolar/hogarsolar-backend-api/revisions/d9861e46bef8/schema)
