Track all tasks currently assigned to a specific team member.
assignee = "username"
Get a list of all issues that haven't been completed or resolved.
resolution = Unresolved
Review recent tasks to prioritize or assess workload.
created >= -7d
Identify tasks that are past their due date and need urgent attention.
due <= now() AND resolution = Unresolved
Monitor recent activity and changes to issues.
updated >= -1d
Focus on all tasks under a particular Epic to track progress.
"Epic Link" = "EPIC-123"
Filter for high-priority tasks that need immediate attention.
priority = "High"
See all tasks that are currently being worked on.
status = "In Progress"
Identify issues that are blocking other tasks, which may require immediate resolution.
issueFunction in hasLinkType("blocks")
Review recent work completion to evaluate team performance.
resolved >= -30d