Jira JQL: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
=Internal=
=Internal=


* [[Jira Concepts#JQL|Jira Concepts]]
* [[JIRA Concepts#JQL|Jira Concepts]]


=Overview=
=Overview=

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