Hi, @Kevin Kumar. Someone may suggest something better, but assuming you do this on Monday morning, off the top of my head:
created < now() AND created > endofDay (-3)
should do the trick.
Then save the JQL as a filter.
Best,
-dave
You may want to be more specific with the '< date' -- that's up to you.
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 Kevin, I'm no expert with Automation, but I believe you could create an Automation to run on every Saturday (or whenever) and have the action be 'Create Issue'. Then you can create whatever tickets you need.
Hope that helps.
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.
Hello @Kevin Kumar ,
You can try this filter also - created >= startOfWeek() AND created <= endOfWeek()
Thanks
Vijay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.