SqueakQL examples
My open Work Items
assignee = CURRENT_USERAND status <> 'done'ORDER BY priority DESC, updated_at DESCUrgent Work Items
priority = 'urgent'AND status <> 'done'ORDER BY updated_at DESCRecently updated
updated_at >= CURRENT_TIMESTAMP - INTERVAL '7 days'ORDER BY updated_at DESCUnassigned work
assignee IS NULLAND status <> 'done'Bugs that still need work
type = 'bug'AND status <> 'done'ORDER BY priority DESC, created_at ASCTop-level planning work
parent IS NULLAND status IN ('backlog', 'todo')API or webhook work
(title ILIKE '%webhook%' OR description ILIKE '%webhook%')AND status <> 'done'