You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.