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.
Good day all.
Being very new to JIRA, I would like to confirm if the following will give me the expected results.
When creating a filter I will use created date Between a selected date (Say 01 May 2021) and then in the other block, I select 'TODAY'
I know that today will return a result of 26 May 2021, but what I am hoping to confirm is if the 'Today' will update automatically?
So if I come back to the filter on 31 May 2021 - Then I will receive all results until the updated 'Today' date?
or will it only return the original 'Today'? (26 May 2021)
Thank you
Hi Daran,
It will return today's date.
Example: project = projectname and (due >= 2021-01-01 or due <=now())
Fabian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There was a typo in my original answer.
Updated Example: project = projectname and (due >= 2021-01-01 and due <=now())
would give you dates between the beginning of the year and today.
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.