vault backup: 2026-08-19 11:45:08
This commit is contained in:
@@ -10,6 +10,7 @@ TABLE
|
||||
FROM "20 Work/Tracking/Website Sync"
|
||||
WHERE jira
|
||||
SORT date DESC
|
||||
LIMIT 20
|
||||
```
|
||||
|
||||
|
||||
@@ -18,8 +19,9 @@ SORT date DESC
|
||||
```dataview
|
||||
TABLE
|
||||
jira AS "Jira",
|
||||
reported_at AS "Reported"
|
||||
FROM "20 Work/Tracking/Website Sync/Incidents"
|
||||
WHERE status = "confirmed-sync-issue"
|
||||
status AS "Status"
|
||||
FROM "20 Work/Tracking/Website Sync"
|
||||
WHERE classification = "confirmed-sync-issue"
|
||||
SORT date DESC
|
||||
LIMIT 20
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user