{
  "webhookEvent": "jira:issue_updated",
  "issue": {
    "id": "10042",
    "key": "HU-137",
    "fields": {
      "issuetype": { "name": "Bug" },
      "status": { "name": "In Progress" },
      "summary": "Login page throws 500 on invalid email format",
      "description": {
        "type": "doc",
        "version": 1,
        "content": [
          {
            "type": "paragraph",
            "content": [
              { "type": "text", "text": "When a user enters an email without '@', the server returns HTTP 500 instead of a validation error." }
            ]
          }
        ]
      }
    }
  }
}
