startOfWeek() startOfMonth() startOfYear() endOfDay() endOfWeek() endOfMonth() endOfYear() Version picker类型: 当使用IN和NOT IN运算符时,该字段支持: releasedVersions() latestReleasedVersion() unreleasedVersions() earliestUnreleasedVersion() ...
startOfDay() startOfWeek() startOfMonth() startOfYear() endOfDay() endOfWeek() endOfMonth() endOfYear() 示例 查找在2010年12月31日前截止的所有问题: due < "2010/12/31" 查找截止到2010年11月31日的所有问题: due <= "2011/01/01" 查找明天截止的所有问题: due = "1d" 查找所有在2011年...
Perform searches based on the end of the current year. See also startOfDay, startOfWeek, and startOfMonth; and endOfDay, endOfWeek, endOfMonth, and endOfYear. Syntax 1 2 endOfYear() endOfYear("inc") where inc is an optional increment of (+/-)nn(y|M|w|d|h|m). If the tim...
当使用EQUALS, NOT EQUALS, GREATER THAN, GREATER THAN EQUALS, LESS THAN或LESS THAN EQUALS运算符时,该字段支持: currentLogin() lastLogin() now() startOfDay() startOfWeek() startOfMonth() startOfYear() endOfDay() endOfWeek() endOfMonth() endOfYear()示例查找在2010年12月31日前截止的所有问...
startOfMonth() startOfMonth("inc") 其中,inc 是(+/-)nn(y|M|w|d|h|m) 的可选增量。如果省略时间单位限定符,则默认为函数的自然周期,例如,startOfMonth("+1") 与 startOfMonth("+1M") 相同。如果省略加号/减号 (+/-),则假定使用加号。 支持的字段 Created、Due、Resolved、Updated、类型为“Date...
同startOfWeek, startOfMonth, startOfYear --查找自今天开始以来创建的新问题:created>startOfDay()--查找自昨天开始以来创建的新问题:created>startOfDay("-1")--查找最近三天创建的新问题:created>startOfDay("-3d") endofDay() 作用:根据当天的结束时间执行搜索 ...
当使用EQUALS, NOT EQUALS, GREATER THAN, GREATER THAN EQUALS, LESS THAN或LESS THAN EQUALS运算符时,该字段支持: currentLogin() lastLogin() now() startOfDay() startOfWeek() startOfMonth() startOfYear() endOfDay() endOfWeek() endOfMonth() endOfYear()示例:查找2010年12月12日00:00点之前创...
支持JQL搜索语言,可以使用像 "lastLogin", "latestReleasedVersion" 或 "endOfMonth", "membersOf" 之类的函数,并且可以自动补完 针对搜索结果进行批量操作,一次性完成多个问题的编辑或执行等操作 搜索结果可以输出为HTML,XML,RSS,Word或Excel . 安全 JIRA的用户可以交由LDAP验证 ...
Pricing Enterprise More + Get it free Sign in Sign in Great outcomesstart withJira The only project management tool you need to plan and track work across every team. Work email Find teammates, plus keep work and life separate by using your work email. ...
startOfDay() startOfWeek() startOfMonth() startOfYear() endOfDay() endOfWeek() endOfMonth() endOfYear() 示例: 查找2010年12月12日00:00点之前创建的所有问题: created < "2010/12/12" 查找2010年12月12日创建或2010年12月12日之前创建的所有问题: ...