Jira JQL: Difference between revisions
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
* https://confluence.atlassian.com/jiracorecloud/searching-for-issues-765593657.html | * https://confluence.atlassian.com/jiracorecloud/searching-for-issues-765593657.html | ||
* [https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-764478330.html Advanced searching] | |||
=Internal= | =Internal= |
Revision as of 16:45, 9 August 2019
External
- https://confluence.atlassian.com/jiracorecloud/searching-for-issues-765593657.html
- Advanced searching
Internal
Overview
Fields
Functions
Time Functions
Also see Time Format.
startOfDay()
endOfDay()
startOfWeek()
startOfMonth()
startOfYear()
Relative Time Comparison
updated >= "-1d"
Operators
~
Examples
status = Closed AND assignee = currentUser() ORDER BY updated DESC
updated > startOfDay(-1d) AND timeSpent > 0 AND assignee = ofeodorov ORDER BY updatedDate ASC
project = FDIS AND assignee = currentUser() AND resolution = Unresolved AND sprint = "Sprint 8, 1/4" ORDER BY updated DESC