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 the most out of Jira
Explore the interface and basic Jira terms, then discover how to effectively manage your work.
Learning Path
Atlassian tools and practices for developers
Focus on your development work by using Jira software features and functions efficiently.
Atlassian Certified Associate
Jira Software Essentials certification
Demonstrate proficiency in utilizing essential Jira features and working efficiently with Agile frameworks like Kanban and Scrum.