focus-flow/test/fixtures/migration/task_v0_malformed_missing_title.json

35 lines
921 B
JSON

{
"_id": "task-v0-missing-title",
"projectId": "inbox",
"type": "flexible",
"status": "backlog",
"priority": null,
"reward": "notSet",
"difficulty": "notSet",
"durationMinutes": null,
"scheduledStart": null,
"scheduledEnd": null,
"actualStart": null,
"actualEnd": null,
"completedAt": null,
"parentTaskId": null,
"backlogTags": [],
"reminderOverride": null,
"createdAt": "2026-06-20T09:15:00.000Z",
"updatedAt": "2026-06-20T09:15:00.000Z",
"stats": {
"skippedDuringBurnoutCount": 0,
"manuallyPushedCount": 0,
"autoPushedCount": 0,
"movedToBacklogCount": 0,
"restoredFromBacklogCount": 0,
"missedCount": 0,
"cancelledCount": 0,
"completedLateCount": 0,
"completedDuringLockedHoursCount": 0,
"completedDuringLockedHoursMinutes": 0,
"completedAfterShieldCount": 0,
"completedAfterPushCount": 0,
"totalPushesBeforeCompletion": 0
}
}