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