Useful JQL Queries

Join any queries listed below using the "AND" operator

project in ("Augmented Reality") AND updated >= -7d



Tasks updated within the last 7 days

updated >= -7d



Tasks updated within the last 4 weeks

updated >= -4w



Tasks assigned to one or more users

assignee in (john.smith, jane.smith)



Tasks in one or more Projects

project in ("Augmented Reality","Fashion Line")



Tasks in one or more Issue Types (ie Bugs, Improvements, Epics, etc.)

issuetype in (Bug, Improvement)



Tasks in one or more Statuses (ie In Progress, On Hold, Resolved, etc.)

status in ("In Progress", Open)



Tasks in all currently running Sprints

Sprint in openSprints()