{
"schema_version": 1,
"exported_at": "2024-01-15T12:00:00Z",
"project_name": "sample-project",
"issues": [
{
"id": 1,
"parent_id": null,
"title": "Fix login bug",
"description": "Users cannot log in with valid credentials.",
"status": "done",
"priority": "critical",
"kind": "bug",
"assignee": "alice",
"labels": ["urgent"],
"files": [],
"created_at": "2024-01-01T10:00:00Z",
"updated_at": "2024-01-10T15:30:00Z"
},
{
"id": 2,
"parent_id": null,
"title": "Add dark mode",
"description": "Implement a dark colour scheme toggle.",
"status": "in-progress",
"priority": "medium",
"kind": "feature",
"assignee": null,
"labels": [],
"files": [],
"created_at": "2024-01-05T09:00:00Z",
"updated_at": "2024-01-05T09:00:00Z"
},
{
"id": 3,
"parent_id": null,
"title": "Write onboarding docs",
"description": "",
"status": "todo",
"priority": "low",
"kind": "chore",
"assignee": "bob",
"labels": ["docs"],
"files": [],
"created_at": "2024-01-08T14:00:00Z",
"updated_at": "2024-01-08T14:00:00Z"
}
],
"comments": [
{
"id": 1,
"issue_id": 1,
"body": "Confirmed fixed in production.",
"author": "alice",
"created_at": "2024-01-10T15:30:00Z"
}
],
"labels": [
{
"id": 1,
"name": "urgent",
"color": "#f85149"
},
{
"id": 2,
"name": "docs",
"color": "#58a6ff"
}
],
"relations": [],
"activity": [],
"files": []
}