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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.