I'm trying to only filter out JIRAs I created today going fwd, as a clean start as all my previous ones are no longer relevant. I found the tag 'createdDate' and tried to assign it a date value, but it doesn't work. (new to JIRA queries, so if some rock starts can help me with a quick formula, be greatly appreciated - thanks!)
This is what I have:
created >= -1w order by created DESC, createdDate > 20191017
This is the error:
Error in the JQL Query: Expecting either 'ASC' or 'DESC' but got '>'. (line 1, character 51).
Even when i replaced the '>' with 'ASC', still getting an error. And there is no page to show how to write queries in JIRA.
Thanks!
Thanks a lot Gikku - that worked!! Is there a page where I can learn the correct syntax for these queries?
Hi @Wilson Chau
Please refer the Atlassian documentation for all the options available. You should be reading through the fields reference and functions pages.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Get started with Jira Software
New to Jira Software? These short, self-paced courses will teach you what you need to know to get up and running quickly.
The Beginner's Guide to Agile in Jira
Learn what agile, kanban, and scrum are and how agile works in Jira Software.
Realizing the Power of Jira Reporting and Dashboards
Use out-of-the box reporting and dashboard capabilities to view and assess progress and bottlenecks within projects.