It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Hi there, I would like to run a JQL query showing items created/updated within the past working week, essentially Mon-Sun (when running the query during the following week). Eg. running the query today (18/09) I would expect to see items created/updated between Monday 08/09 through to Sunday 14/09.
So far, I've come up with:
project in (RTO) AND status changed from Open to (Resolved, Closed) AND updatedDate > -7d AND createdDate > -7d
This gives me the previous 7 days, regardless of when I'm running the query. I need something more finite.
Hey Peter,
how about using the JQL functions like StartOfWeek().
"project in (RTO) AND status changed from Open to (Resolved, Closed) AND updatedDate >= StartOfWeek(-7d)"
Monday to monday in this case.
Hope this could help.
Greets
Simon
...It's true that there are projects in Jira; but they are merely a way to cut off issues, to tell them apart from other sections of work and to apply rules that are specific to that team (the schemes)....
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.