Jira JQL: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[ | * [[JIRA Concepts#JQL|Jira Concepts]] | ||
=Overview= | =Overview= |
Revision as of 17:24, 8 August 2019
Internal
Overview
Functions
Time Functions
Also see Time Format.
startOfDay()
endOfDay()
startOfWeek()
startOfMonth()
startOfYear()
Examples
status = Closed AND assignee = currentUser() ORDER BY updated DESC