Jira JQL Queries
Advanced Searching Documentation
issueFunction in linkedIssuesOf("filter=10538", "is epic of")
resolution = Unresolved AND issueLinkType = remediates ORDER BY Rank ASC
statusCategory != Done AND resolution != Unresolved
issuetype = Epic AND assignee in (membersOf(sda-it-all))
issuetype = Epic AND issueFunction not in hasLinkType("Epic-Story Link")
type = Epic AND issueFunction in hasLinks(implements) AND labels = project
issueFunction in linkedIssuesOf("key = INITIATIVE-1", "is implemented by")
issuefunction in linkedIssuesOf("filter='Initiative Epics (INITIATIVE-1)'", "is Epic of")
development[commits].all > 0
development[branches].all > 0
All issues in projects where Jeff is the Jira Project Lead: project in projectFieldsQuery("lead = 'vailj'")
project in projectFieldsQuery("lead = vailj") AND project in projectFieldsQuery("Supports IN ('app support' , 'coding work')") AND resolution = Unresolved AND assignee is EMPTY
How to write JQL that encompasses all of the issues in an initiative
SLAs
priority = High and "Time to first response" = breached()
priority = High and "Time to first response" != breached()
Linked Issues
issueLinkType in (blocks, causes)
Scripted JQL Quick Reference Guide by Adaptavist
Scripted-JQL-Quick-Reference-Guide.pdf