Hi, I have monthly dashboards for our projects set up for me but I now need to create new ones. How do I change the date filter from say, March to April ?
Thanks
Hey Dave - Welcome to the Atlassian Community!
What date are your trying to use for the filter? The date that would be used for March to April?
Hi @Dave Holmes and welcome to Community!
You have two options, let's say you want to retrieve all issues created from January 1st to February 28th:
created >= 2022-01-01 AND created <= 2022-02-28
created >= startOfMonth() AND created <= endOfMonth(1)
You can find further information in the JQL documentation.
Hope this helps,
- Manon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks Manon
Where do i find the first function for created ? I actually have live project dates i want to filter to rather than dte created so its just finding the Option 2 edit function i'm struggling with
Many thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Dave Holmes what date field/s are you using? Perhaps share your current JQL for us assist with.
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.