The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi there,
Trying to create a filter to show all files that were created during a week, but our SPRINT week starts on Thursday and close on the following Thursday.
I tried the following
project = DEV AND created > startOfDay(-8d) AND createdDate < startOfDay(1d)
and also
created > startOfWeek(-4d) AND created < endOfWeek(4)
But I was wondering if theres a way to check new tickets created > startofDay( "LAST THURSDAY" ) and createDate < ( "THIS THURSDAY") -
Thank you
Hey Joao - What about trying this?
project = Dev and created >= endOfWeek(-10d) AND created <= endOfWeek(-1d)
Hey John I do have something similar to it right now project = DEV AND created > startOfDay(-8d) AND createdDate < startOfDay(1d)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That should show you issues created between Last Thursday and this Thursday. :-)
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.
Hi everyone, We’re always looking at how to improve Confluence and customer feedback plays an important role in making sure we're investing in the areas that will bring the most value to the most c...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.