vault backup: 2026-08-19 11:25:06
This commit is contained in:
@@ -5,22 +5,13 @@
|
||||
```dataview
|
||||
TABLE
|
||||
jira AS "Jira",
|
||||
reported_at AS "Reported",
|
||||
status AS "Classification"
|
||||
FROM "20 Work/Tracking/Website Sync/Incidents"
|
||||
status AS "Status",
|
||||
classification AS "Classification"
|
||||
FROM "20 Work/Tracking/Website Sync"
|
||||
WHERE jira
|
||||
SORT date DESC
|
||||
```
|
||||
|
||||
## Premature checks
|
||||
|
||||
```dataview
|
||||
TABLE
|
||||
jira AS "Jira",
|
||||
reported_at AS "Reported"
|
||||
FROM "20 Work/Tracking/Website Sync/Incidents"
|
||||
WHERE status = "premature-check"
|
||||
SORT date DESC
|
||||
```
|
||||
|
||||
## Confirmed sync issues
|
||||
|
||||
|
||||
Reference in New Issue
Block a user