{
  "id": "10099",
  "key": "HU-204",
  "fields": {
    "summary": "Add retry logic to payment webhook handler",
    "description": {
      "type": "doc",
      "version": 1,
      "content": [
        {
          "type": "paragraph",
          "content": [
            { "type": "text", "text": "The payment webhook handler currently fails silently when the downstream service is unavailable." }
          ]
        }
      ]
    },
    "issuetype": { "name": "Story" },
    "status": { "name": "To Do" },
    "created": "2026-03-15T09:23:45.000+0000",
    "assignee": {
      "accountId": "abc123def456",
      "displayName": "Julian Dev",
      "emailAddress": "julian@example.com"
    },
    "parent": {
      "id": "10050",
      "key": "HU-100",
      "fields": {
        "summary": "Payment system reliability improvements",
        "issuetype": { "name": "Epic" },
        "status": { "name": "In Progress" }
      }
    },
    "subtasks": [
      {
        "id": "10101",
        "key": "HU-205",
        "fields": {
          "summary": "Implement exponential backoff",
          "issuetype": { "name": "Sub-task" },
          "status": { "name": "To Do" }
        }
      }
    ],
    "attachment": [
      {
        "id": "20001",
        "filename": "error-screenshot.png",
        "mimeType": "image/png",
        "size": 245760,
        "content": "https://jira.example.com/secure/attachment/20001/error-screenshot.png",
        "thumbnail": "https://jira.example.com/secure/thumbnail/20001/_thumb_20001.png",
        "created": "2026-03-15T10:00:00.000+0000"
      }
    ],
    "comment": {
      "comments": [
        {
          "id": "30001",
          "author": {
            "accountId": "abc123def456",
            "displayName": "Julian Dev",
            "emailAddress": "julian@example.com"
          },
          "body": {
            "type": "doc",
            "version": 1,
            "content": [
              {
                "type": "paragraph",
                "content": [
                  { "type": "text", "text": "Investigating the root cause now." }
                ]
              }
            ]
          },
          "created": "2026-03-16T11:30:00.000+0000"
        }
      ]
    },
    "components": [
      { "id": "10010", "name": "payments" },
      { "id": "10011", "name": "webhooks" }
    ],
    "customfield_10035": 5
  }
}
