project =project = "PROJ"
Keywords: project, filter, scope
assignee =assignee = currentUser()
Keywords: assignee, user, assigned
status =status = "In Progress"
Keywords: status, state, workflow
priority =priority = High
Keywords: priority, importance, urgent
type =type = Bug
Keywords: type, kind, category
created >=created >= -1w
Keywords: created, date, time, recent
updated >=updated >= startOfDay()
Keywords: updated, modified, changed
reporter =reporter = currentUser()
Keywords: reporter, creator, author
text ~text ~ "database error"
Keywords: text, search, contains, description
summary ~summary ~ "login"
Keywords: summary, title, subject
ANDproject = PROJ AND status = Open
Keywords: and, logical, combine, intersection
ORpriority = High OR priority = Critical
Keywords: or, logical, alternative, union
ORDER BYORDER BY created DESC
Keywords: order, sort, arrange, sequence
currentUser()assignee = currentUser()
Keywords: current, user, me, self
startOfDay()created >= startOfDay()
Keywords: start, day, today, beginning
fixVersion =fixVersion = "2.1.0" AND status != Closed
Keywords: fixversion, release, version, target
component =component = "Authentication" AND priority >= High
Keywords: component, module, area, feature
labels =labels = "security" OR labels = "performance"
Keywords: labels, tags, categories, classification
resolution =resolution = Fixed AND resolved >= -1w
Keywords: resolution, fixed, resolved, outcome
worklogDate >=worklogDate >= startOfWeek() AND worklogAuthor = currentUser()
Keywords: worklog, time, logged, effort
duedate <=duedate <= endOfWeek() AND status != Done
Keywords: duedate, deadline, schedule, timeline
Sprint =Sprint = "PROJ Sprint 15" AND status = "In Progress"
Keywords: sprint, agile, scrum, iteration
originalEstimate >=originalEstimate >= 4h AND status = "To Do"
Keywords: estimate, time, effort, planning
remainingEstimate <=remainingEstimate <= 2h AND assignee = currentUser()
Keywords: remaining, estimate, work, left
issueFunction inissueFunction in linkedIssuesOf("project = PROJ")
Keywords: function, advanced, linked, complex
cf[10001] ~cf[10001] ~ "urgent" OR "Customer Impact" is not EMPTY
Keywords: custom, field, cf, specific