Jira JQL: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with " status = Closed AND assignee = currentUser() ORDER BY updated DESC")
 
No edit summary
Line 1: Line 1:
=Internal=
* [[Jira Concepts#JQL|Jira Concepts]]
=Overview=
=Functions=
{{External|[https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-functions-reference-764478342.html Functions Reference]}}
==Time Functions==
Also see [[#Time_Format|Time Format]].
===startOfDay()===
===endOfDay()===
===startOfWeek()===
===startOfMonth()===
===startOfYear()===
=Examples=


  status = Closed AND assignee = currentUser() ORDER BY updated DESC
  status = Closed AND assignee = currentUser() ORDER BY updated DESC

Revision as of 17:24, 8 August 2019

Internal

Overview

Functions

Functions Reference

Time Functions

Also see Time Format.

startOfDay()

endOfDay()

startOfWeek()

startOfMonth()

startOfYear()

Examples

status = Closed AND assignee = currentUser() ORDER BY updated DESC