{
  "boards": [
    {
      "createdAt": "2024-01-01T00:00:00.000Z",
      "id": 1,
      "name": "ENG Board",
      "projectId": 1,
      "self": "https://crestline.atlassian.net/rest/agile/1.0/board/1",
      "type": "scrum",
      "updatedAt": "2024-01-01T00:00:00.000Z"
    }
  ],
  "comments": [
    {
      "authorAccountId": "5b10a284crestline02",
      "body": {
        "content": [
          {
            "content": [
              {
                "text": "Resolved in api-gateway@3.1.0, but production evidence from INC-2027-014 invalidated the original retry assumptions.",
                "type": "text"
              }
            ],
            "type": "paragraph"
          }
        ],
        "type": "doc",
        "version": 1
      },
      "createdAt": "2026-03-14T16:00:00.000Z",
      "id": 1,
      "issueId": 1,
      "self": "https://crestline.atlassian.net/rest/api/3/issue/ENG-200/comment/10000",
      "updateAuthorAccountId": "5b10a284crestline02",
      "updatedAt": "2026-03-14T16:00:00.000Z"
    },
    {
      "authorAccountId": "5b10a284crestline03",
      "body": {
        "content": [
          {
            "content": [
              {
                "text": "Reopening: the provider 429 path ignores Retry-After and can burst five attempts before the downstream rate-limit window resets.",
                "type": "text"
              }
            ],
            "type": "paragraph"
          }
        ],
        "type": "doc",
        "version": 1
      },
      "createdAt": "2026-03-19T08:30:00.000Z",
      "id": 2,
      "issueId": 1,
      "self": "https://crestline.atlassian.net/rest/api/3/issue/ENG-200/comment/10001",
      "updateAuthorAccountId": "5b10a284crestline03",
      "updatedAt": "2026-03-19T08:30:00.000Z"
    },
    {
      "authorAccountId": "5b10a284crestline01",
      "body": {
        "content": [
          {
            "content": [
              {
                "text": "Rollback to v3.0.4 is complete. Keep this at Highest until PR #4 proves bounded retries and one downstream write per idempotency key.",
                "type": "text"
              }
            ],
            "type": "paragraph"
          }
        ],
        "type": "doc",
        "version": 1
      },
      "createdAt": "2026-03-19T09:15:00.000Z",
      "id": 3,
      "issueId": 1,
      "self": "https://crestline.atlassian.net/rest/api/3/issue/ENG-200/comment/10002",
      "updateAuthorAccountId": "5b10a284crestline01",
      "updatedAt": "2026-03-19T09:15:00.000Z"
    },
    {
      "authorAccountId": "5b10a284crestline01",
      "body": {
        "content": [
          {
            "content": [
              {
                "text": "PR #345 looks good but needs one more review before we can merge. The Redis integration needs a load test.",
                "type": "text"
              }
            ],
            "type": "paragraph"
          }
        ],
        "type": "doc",
        "version": 1
      },
      "createdAt": "2026-03-18T10:00:00.000Z",
      "id": 4,
      "issueId": 3,
      "self": "https://crestline.atlassian.net/rest/api/3/issue/ENG-218/comment/10003",
      "updateAuthorAccountId": "5b10a284crestline01",
      "updatedAt": "2026-03-18T10:00:00.000Z"
    }
  ],
  "components": [],
  "fields": [
    {
      "clauseNames": [
        "summary"
      ],
      "createdAt": "2024-01-01T00:00:00.000Z",
      "custom": false,
      "fieldId": "summary",
      "id": 1,
      "name": "Summary",
      "navigable": true,
      "orderable": true,
      "schema": {
        "system": "summary",
        "type": "string"
      },
      "searchable": true,
      "updatedAt": "2024-01-01T00:00:00.000Z"
    },
    {
      "clauseNames": [
        "description"
      ],
      "createdAt": "2024-01-01T00:00:00.000Z",
      "custom": false,
      "fieldId": "description",
      "id": 2,
      "name": "Description",
      "navigable": true,
      "orderable": true,
      "schema": {
        "system": "description",
        "type": "string"
      },
      "searchable": true,
      "updatedAt": "2024-01-01T00:00:00.000Z"
    },
    {
      "clauseNames": [
        "status"
      ],
      "createdAt": "2024-01-01T00:00:00.000Z",
      "custom": false,
      "fieldId": "status",
      "id": 3,
      "name": "Status",
      "navigable": true,
      "orderable": true,
      "schema": {
        "system": "status",
        "type": "status"
      },
      "searchable": true,
      "updatedAt": "2024-01-01T00:00:00.000Z"
    }
  ],
  "issueLinks": [],
  "issueLinkTypes": [
    {
      "createdAt": "2024-01-01T00:00:00.000Z",
      "id": 1,
      "inward": "is blocked by",
      "name": "Blocks",
      "outward": "blocks",
      "self": "https://crestline.atlassian.net/rest/api/3/issueLinkType/10000",
      "updatedAt": "2024-01-01T00:00:00.000Z"
    },
    {
      "createdAt": "2024-01-01T00:00:00.000Z",
      "id": 2,
      "inward": "relates to",
      "name": "Relates",
      "outward": "relates to",
      "self": "https://crestline.atlassian.net/rest/api/3/issueLinkType/10001",
      "updatedAt": "2024-01-01T00:00:00.000Z"
    }
  ],
  "issues": [
    {
      "assigneeAccountId": "5b10a284crestline02",
      "componentIds": [],
      "createdAt": "2026-02-28T09:00:00.000Z",
      "description": {
        "content": [
          {
            "content": [
              {
                "text": "api-gateway@3.1.0 exhausted five retries inside one second after a provider returned 429. Production rolled back to v3.0.4; this reopened issue tracks the durable fix and idempotency regression coverage.",
                "type": "text"
              }
            ],
            "type": "paragraph"
          }
        ],
        "type": "doc",
        "version": 1
      },
      "fixVersionIds": [],
      "id": 1,
      "issueTypeId": 4,
      "key": "ENG-200",
      "labels": [
        "bug",
        "incident",
        "webhooks",
        "release-blocker"
      ],
      "parentKey": null,
      "priorityId": 1,
      "projectId": 1,
      "reporterAccountId": "5b10a284crestline03",
      "resolution": null,
      "resolutionDate": null,
      "self": "https://crestline.atlassian.net/rest/api/3/issue/ENG-200",
      "statusId": 5,
      "storyPoints": 3,
      "summary": "INC-2027-014: webhook retries ignore provider Retry-After",
      "updatedAt": "2026-03-19T08:30:00.000Z"
    },
    {
      "assigneeAccountId": "5b10a284crestline04",
      "componentIds": [],
      "createdAt": "2026-03-05T10:00:00.000Z",
      "description": {
        "content": [
          {
            "content": [
              {
                "text": "Replace the current exact-match search with a fuzzy matching engine. Should support partial matches, typo tolerance, and relevance scoring.",
                "type": "text"
              }
            ],
            "type": "paragraph"
          }
        ],
        "type": "doc",
        "version": 1
      },
      "fixVersionIds": [],
      "id": 2,
      "issueTypeId": 2,
      "key": "ENG-215",
      "labels": [
        "feature",
        "search"
      ],
      "parentKey": null,
      "priorityId": 3,
      "projectId": 1,
      "reporterAccountId": "5b10a284crestline01",
      "resolution": "Done",
      "resolutionDate": "2026-03-15T10:00:00.000Z",
      "self": "https://crestline.atlassian.net/rest/api/3/issue/ENG-215",
      "statusId": 4,
      "storyPoints": 13,
      "summary": "Implement search v2 with fuzzy matching",
      "updatedAt": "2026-03-15T10:00:00.000Z"
    },
    {
      "assigneeAccountId": "5b10a284crestline02",
      "componentIds": [],
      "createdAt": "2026-03-10T14:00:00.000Z",
      "description": {
        "content": [
          {
            "content": [
              {
                "text": "The API gateway does not enforce rate limits per client. A single misbehaving client can saturate the service for all users. Need token bucket rate limiting with Redis backend.",
                "type": "text"
              }
            ],
            "type": "paragraph"
          }
        ],
        "type": "doc",
        "version": 1
      },
      "fixVersionIds": [],
      "id": 3,
      "issueTypeId": 4,
      "key": "ENG-218",
      "labels": [
        "bug",
        "api",
        "security"
      ],
      "parentKey": null,
      "priorityId": 2,
      "projectId": 1,
      "reporterAccountId": "5b10a284crestline01",
      "resolution": null,
      "resolutionDate": null,
      "self": "https://crestline.atlassian.net/rest/api/3/issue/ENG-218",
      "statusId": 3,
      "storyPoints": 8,
      "summary": "API gateway lacks per-client rate limiting",
      "updatedAt": "2026-03-18T09:00:00.000Z"
    },
    {
      "assigneeAccountId": "5b10a284crestline04",
      "componentIds": [],
      "createdAt": "2026-03-14T11:00:00.000Z",
      "description": {
        "content": [
          {
            "content": [
              {
                "text": "Webhook deliveries are timing out at 5 seconds. Many customer endpoints take 10-20 seconds to respond, especially during peak hours. Need to increase the default timeout and make it configurable.",
                "type": "text"
              }
            ],
            "type": "paragraph"
          }
        ],
        "type": "doc",
        "version": 1
      },
      "fixVersionIds": [],
      "id": 4,
      "issueTypeId": 4,
      "key": "ENG-220",
      "labels": [
        "bug",
        "webhooks"
      ],
      "parentKey": null,
      "priorityId": 3,
      "projectId": 1,
      "reporterAccountId": "5b10a284crestline02",
      "resolution": "Done",
      "resolutionDate": "2026-03-19T14:00:00.000Z",
      "self": "https://crestline.atlassian.net/rest/api/3/issue/ENG-220",
      "statusId": 4,
      "storyPoints": 5,
      "summary": "Webhook delivery timeout too aggressive at 5s",
      "updatedAt": "2026-03-19T14:00:00.000Z"
    }
  ],
  "issueTypes": [
    {
      "createdAt": "2024-01-01T00:00:00.000Z",
      "description": "A big user story that needs to be broken down.",
      "hierarchyLevel": 1,
      "iconUrl": "https://crestline.atlassian.net/images/icons/issuetypes/epic.svg",
      "id": 1,
      "name": "Epic",
      "projectId": 1,
      "self": "https://crestline.atlassian.net/rest/api/3/issuetype/10000",
      "subtask": false,
      "updatedAt": "2024-01-01T00:00:00.000Z"
    },
    {
      "createdAt": "2024-01-01T00:00:00.000Z",
      "description": "A user story.",
      "hierarchyLevel": 0,
      "iconUrl": "https://crestline.atlassian.net/images/icons/issuetypes/story.svg",
      "id": 2,
      "name": "Story",
      "projectId": 1,
      "self": "https://crestline.atlassian.net/rest/api/3/issuetype/10001",
      "subtask": false,
      "updatedAt": "2024-01-01T00:00:00.000Z"
    },
    {
      "createdAt": "2024-01-01T00:00:00.000Z",
      "description": "A task that needs to be done.",
      "hierarchyLevel": 0,
      "iconUrl": "https://crestline.atlassian.net/images/icons/issuetypes/task.svg",
      "id": 3,
      "name": "Task",
      "projectId": 1,
      "self": "https://crestline.atlassian.net/rest/api/3/issuetype/10002",
      "subtask": false,
      "updatedAt": "2024-01-01T00:00:00.000Z"
    },
    {
      "createdAt": "2024-01-01T00:00:00.000Z",
      "description": "A problem which impairs or prevents the functions of the product.",
      "hierarchyLevel": 0,
      "iconUrl": "https://crestline.atlassian.net/images/icons/issuetypes/bug.svg",
      "id": 4,
      "name": "Bug",
      "projectId": 1,
      "self": "https://crestline.atlassian.net/rest/api/3/issuetype/10003",
      "subtask": false,
      "updatedAt": "2024-01-01T00:00:00.000Z"
    },
    {
      "createdAt": "2024-01-01T00:00:00.000Z",
      "description": "A subtask of an issue.",
      "hierarchyLevel": -1,
      "iconUrl": "https://crestline.atlassian.net/images/icons/issuetypes/subtask.svg",
      "id": 5,
      "name": "Subtask",
      "projectId": 1,
      "self": "https://crestline.atlassian.net/rest/api/3/issuetype/10004",
      "subtask": true,
      "updatedAt": "2024-01-01T00:00:00.000Z"
    }
  ],
  "priorities": [
    {
      "createdAt": "2024-01-01T00:00:00.000Z",
      "description": "This problem will block progress.",
      "iconUrl": "https://crestline.atlassian.net/images/icons/priorities/highest.svg",
      "id": 1,
      "name": "Highest",
      "self": "https://crestline.atlassian.net/rest/api/3/priority/1",
      "updatedAt": "2024-01-01T00:00:00.000Z"
    },
    {
      "createdAt": "2024-01-01T00:00:00.000Z",
      "description": "Serious problem that could block progress.",
      "iconUrl": "https://crestline.atlassian.net/images/icons/priorities/high.svg",
      "id": 2,
      "name": "High",
      "self": "https://crestline.atlassian.net/rest/api/3/priority/2",
      "updatedAt": "2024-01-01T00:00:00.000Z"
    },
    {
      "createdAt": "2024-01-01T00:00:00.000Z",
      "description": "Has the potential to affect progress.",
      "iconUrl": "https://crestline.atlassian.net/images/icons/priorities/medium.svg",
      "id": 3,
      "name": "Medium",
      "self": "https://crestline.atlassian.net/rest/api/3/priority/3",
      "updatedAt": "2024-01-01T00:00:00.000Z"
    },
    {
      "createdAt": "2024-01-01T00:00:00.000Z",
      "description": "Minor problem or easily worked around.",
      "iconUrl": "https://crestline.atlassian.net/images/icons/priorities/low.svg",
      "id": 4,
      "name": "Low",
      "self": "https://crestline.atlassian.net/rest/api/3/priority/4",
      "updatedAt": "2024-01-01T00:00:00.000Z"
    },
    {
      "createdAt": "2024-01-01T00:00:00.000Z",
      "description": "Trivial problem with little or no impact on progress.",
      "iconUrl": "https://crestline.atlassian.net/images/icons/priorities/lowest.svg",
      "id": 5,
      "name": "Lowest",
      "self": "https://crestline.atlassian.net/rest/api/3/priority/5",
      "updatedAt": "2024-01-01T00:00:00.000Z"
    }
  ],
  "projects": [
    {
      "avatarUrls": {
        "16x16": "https://crestline.atlassian.net/secure/projectavatar?pid=10000&avatarId=10400&size=16",
        "24x24": "https://crestline.atlassian.net/secure/projectavatar?pid=10000&avatarId=10400&size=24",
        "32x32": "https://crestline.atlassian.net/secure/projectavatar?pid=10000&avatarId=10400&size=32",
        "48x48": "https://crestline.atlassian.net/secure/projectavatar?pid=10000&avatarId=10400&size=48"
      },
      "createdAt": "2024-01-01T00:00:00.000Z",
      "description": "Core platform engineering project",
      "id": 1,
      "key": "ENG",
      "leadAccountId": "5b10a284crestline01",
      "name": "Archal Labs API Platform",
      "projectTypeKey": "software",
      "self": "https://crestline.atlassian.net/rest/api/3/project/10000",
      "simplified": false,
      "style": "classic",
      "updatedAt": "2024-01-01T00:00:00.000Z"
    }
  ],
  "remoteLinks": [],
  "sprintIssues": [
    {
      "createdAt": "2026-03-10T00:00:00.000Z",
      "id": 1,
      "issueId": 1,
      "sprintId": 1,
      "updatedAt": "2026-03-10T00:00:00.000Z"
    },
    {
      "createdAt": "2026-03-10T00:00:00.000Z",
      "id": 2,
      "issueId": 2,
      "sprintId": 1,
      "updatedAt": "2026-03-10T00:00:00.000Z"
    },
    {
      "createdAt": "2026-03-10T00:00:00.000Z",
      "id": 3,
      "issueId": 3,
      "sprintId": 1,
      "updatedAt": "2026-03-10T00:00:00.000Z"
    },
    {
      "createdAt": "2026-03-14T00:00:00.000Z",
      "id": 4,
      "issueId": 4,
      "sprintId": 1,
      "updatedAt": "2026-03-14T00:00:00.000Z"
    }
  ],
  "sprints": [
    {
      "boardId": 1,
      "completeDate": null,
      "createdAt": "2026-03-09T00:00:00.000Z",
      "endDate": "2026-03-24T00:00:00.000Z",
      "goal": "Ship notification fix and search v2",
      "id": 1,
      "name": "Sprint 14",
      "self": "https://crestline.atlassian.net/rest/agile/1.0/sprint/1",
      "startDate": "2026-03-10T00:00:00.000Z",
      "state": "active",
      "updatedAt": "2026-03-10T00:00:00.000Z"
    }
  ],
  "statusCategories": [
    {
      "colorName": "medium-gray",
      "createdAt": "2024-01-01T00:00:00.000Z",
      "id": 1,
      "key": "undefined",
      "name": "No Category",
      "self": "https://crestline.atlassian.net/rest/api/3/statuscategory/1",
      "updatedAt": "2024-01-01T00:00:00.000Z"
    },
    {
      "colorName": "blue-gray",
      "createdAt": "2024-01-01T00:00:00.000Z",
      "id": 2,
      "key": "new",
      "name": "To Do",
      "self": "https://crestline.atlassian.net/rest/api/3/statuscategory/2",
      "updatedAt": "2024-01-01T00:00:00.000Z"
    },
    {
      "colorName": "yellow",
      "createdAt": "2024-01-01T00:00:00.000Z",
      "id": 3,
      "key": "indeterminate",
      "name": "In Progress",
      "self": "https://crestline.atlassian.net/rest/api/3/statuscategory/3",
      "updatedAt": "2024-01-01T00:00:00.000Z"
    },
    {
      "colorName": "green",
      "createdAt": "2024-01-01T00:00:00.000Z",
      "id": 4,
      "key": "done",
      "name": "Done",
      "self": "https://crestline.atlassian.net/rest/api/3/statuscategory/4",
      "updatedAt": "2024-01-01T00:00:00.000Z"
    }
  ],
  "statuses": [
    {
      "createdAt": "2024-01-01T00:00:00.000Z",
      "description": "Issue is open and not started.",
      "id": 1,
      "name": "To Do",
      "projectId": 1,
      "self": "https://crestline.atlassian.net/rest/api/3/status/10000",
      "statusCategoryId": 2,
      "updatedAt": "2024-01-01T00:00:00.000Z"
    },
    {
      "createdAt": "2024-01-01T00:00:00.000Z",
      "description": "Issue is being actively worked on.",
      "id": 2,
      "name": "In Progress",
      "projectId": 1,
      "self": "https://crestline.atlassian.net/rest/api/3/status/10001",
      "statusCategoryId": 3,
      "updatedAt": "2024-01-01T00:00:00.000Z"
    },
    {
      "createdAt": "2024-01-01T00:00:00.000Z",
      "description": "Issue is in code review.",
      "id": 3,
      "name": "In Review",
      "projectId": 1,
      "self": "https://crestline.atlassian.net/rest/api/3/status/10002",
      "statusCategoryId": 3,
      "updatedAt": "2024-01-01T00:00:00.000Z"
    },
    {
      "createdAt": "2024-01-01T00:00:00.000Z",
      "description": "Issue is complete.",
      "id": 4,
      "name": "Done",
      "projectId": 1,
      "self": "https://crestline.atlassian.net/rest/api/3/status/10003",
      "statusCategoryId": 4,
      "updatedAt": "2024-01-01T00:00:00.000Z"
    },
    {
      "createdAt": "2024-01-01T00:00:00.000Z",
      "description": "Issue was resolved but has been reopened.",
      "id": 5,
      "name": "Reopened",
      "projectId": 1,
      "self": "https://crestline.atlassian.net/rest/api/3/status/10004",
      "statusCategoryId": 2,
      "updatedAt": "2024-01-01T00:00:00.000Z"
    }
  ],
  "transitions": [
    {
      "createdAt": "2024-01-01T00:00:00.000Z",
      "fromStatusIds": [
        1,
        5
      ],
      "id": 1,
      "name": "Start Progress",
      "projectId": 1,
      "toStatusId": 2,
      "updatedAt": "2024-01-01T00:00:00.000Z"
    },
    {
      "createdAt": "2024-01-01T00:00:00.000Z",
      "fromStatusIds": [
        2
      ],
      "id": 2,
      "name": "Request Review",
      "projectId": 1,
      "toStatusId": 3,
      "updatedAt": "2024-01-01T00:00:00.000Z"
    },
    {
      "createdAt": "2024-01-01T00:00:00.000Z",
      "fromStatusIds": [
        2,
        3
      ],
      "id": 3,
      "name": "Done",
      "projectId": 1,
      "toStatusId": 4,
      "updatedAt": "2024-01-01T00:00:00.000Z"
    },
    {
      "createdAt": "2024-01-01T00:00:00.000Z",
      "fromStatusIds": [
        3,
        4
      ],
      "id": 4,
      "name": "Reopen",
      "projectId": 1,
      "toStatusId": 5,
      "updatedAt": "2024-01-01T00:00:00.000Z"
    },
    {
      "createdAt": "2024-01-01T00:00:00.000Z",
      "fromStatusIds": [
        3
      ],
      "id": 5,
      "name": "Back to In Progress",
      "projectId": 1,
      "toStatusId": 2,
      "updatedAt": "2024-01-01T00:00:00.000Z"
    }
  ],
  "users": [
    {
      "accountId": "5b10a284crestline01",
      "accountType": "atlassian",
      "active": true,
      "avatarUrls": {
        "16x16": "https://avatar-management.atlassian.net/default/16",
        "24x24": "https://avatar-management.atlassian.net/default/24",
        "32x32": "https://avatar-management.atlassian.net/default/32",
        "48x48": "https://avatar-management.atlassian.net/default/48"
      },
      "createdAt": "2024-01-01T00:00:00.000Z",
      "displayName": "Maya Chen",
      "emailAddress": "maya.chen@example.test",
      "id": 1,
      "self": "https://crestline.atlassian.net/rest/api/3/user?accountId=5b10a284crestline01",
      "timeZone": "America/Los_Angeles",
      "updatedAt": "2024-01-01T00:00:00.000Z"
    },
    {
      "accountId": "5b10a284crestline02",
      "accountType": "atlassian",
      "active": true,
      "avatarUrls": {
        "16x16": "https://avatar-management.atlassian.net/default/16",
        "24x24": "https://avatar-management.atlassian.net/default/24",
        "32x32": "https://avatar-management.atlassian.net/default/32",
        "48x48": "https://avatar-management.atlassian.net/default/48"
      },
      "createdAt": "2024-01-01T00:00:00.000Z",
      "displayName": "Jordan Lee",
      "emailAddress": "jordan.lee@example.test",
      "id": 2,
      "self": "https://crestline.atlassian.net/rest/api/3/user?accountId=5b10a284crestline02",
      "timeZone": "America/New_York",
      "updatedAt": "2024-01-01T00:00:00.000Z"
    },
    {
      "accountId": "5b10a284crestline03",
      "accountType": "atlassian",
      "active": true,
      "avatarUrls": {
        "16x16": "https://avatar-management.atlassian.net/default/16",
        "24x24": "https://avatar-management.atlassian.net/default/24",
        "32x32": "https://avatar-management.atlassian.net/default/32",
        "48x48": "https://avatar-management.atlassian.net/default/48"
      },
      "createdAt": "2024-01-01T00:00:00.000Z",
      "displayName": "Priya Shah",
      "emailAddress": "priya.shah@example.test",
      "id": 3,
      "self": "https://crestline.atlassian.net/rest/api/3/user?accountId=5b10a284crestline03",
      "timeZone": "America/Los_Angeles",
      "updatedAt": "2024-01-01T00:00:00.000Z"
    },
    {
      "accountId": "5b10a284crestline04",
      "accountType": "atlassian",
      "active": true,
      "avatarUrls": {
        "16x16": "https://avatar-management.atlassian.net/default/16",
        "24x24": "https://avatar-management.atlassian.net/default/24",
        "32x32": "https://avatar-management.atlassian.net/default/32",
        "48x48": "https://avatar-management.atlassian.net/default/48"
      },
      "createdAt": "2024-01-01T00:00:00.000Z",
      "displayName": "Diego Morales",
      "emailAddress": "diego.morales@example.test",
      "id": 4,
      "self": "https://crestline.atlassian.net/rest/api/3/user?accountId=5b10a284crestline04",
      "timeZone": "Asia/Tokyo",
      "updatedAt": "2024-01-01T00:00:00.000Z"
    }
  ],
  "versions": [],
  "watchers": [],
  "worklogs": []
}
