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
Thank you
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.