-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample-data.jsonl
More file actions
27 lines (26 loc) · 1.16 KB
/
sample-data.jsonl
File metadata and controls
27 lines (26 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"assignees": ["John Doe", "Jane Smith"],
"comments": "The issue is only happening on production, but it works fine locally.",
"content": "Resolve the issue where users cannot log in after resetting their password.",
"files": [{"taskID": "task1", "file": "error_logs.txt"}, {"taskID": "task1", "file": "screenshot_bug.png"}],
"priority": "high",
"status": "on_progress",
"title": "Fix bug in authentication system"
}
{
"assignees": ["Alice Johnson", "Bob Lee"],
"comments": "Design reviewed and approved by UX team.",
"content": "Create a modern dashboard layout for users, focusing on usability and design.",
"files": [{"taskID": "task2", "file": "dashboard_design.fig"}],
"priority": "medium",
"status": "completed",
"title": "Design new user dashboard"
}
{
"assignees": ["Chris Evans"], "comments": "Waiting for the final list of endpoints from the backend team.",
"content": "Complete the technical documentation for the public-facing API endpoints.",
"files": [],
"priority": "low",
"status": "pending",
"title": "Write documentation for API"
}