Hello,
Can you please help to select the proper syntax (in the advanced JQL search) to retrieve all tickets created before 2021 ?
I tried to select "created < endOfYear(2020)" but it does not work..
Did not find any clue on Syntax help page
Thanks a lot for your support
Johanna
Hello @Johanna Metzger
Welcome to the community.
The most basic syntax is created <= 2021-01-01
What Alex said is correct.
Advice, if ever in doubt, use basic search created date between blank and 1/Jan/21 search
after that switch to JQL and you will see the syntax behind it.
BR, Olga
Hi @Johanna Metzger and welcome to the community!
The proper syntax will be
You can read more here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you both for your help !! It works fine.
And indeed it is quite more accurate using "created <= 2021-01-01" specific date !
Kind regards
Johanna
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.