Hi, I'm trying to set up a smart value automation for reoccurring tickets. So when a date picker "In Market Date" has a date added, I want the deadline to be the previous Thursday.
For context -- I use Jira a few different ways for my team. This is for our media squad who use tickets weekly for their content. It's super consistent so these automations would save a lot of time manually selecting the deadlines.
Hi @Indi J and welcome to the community,
You could try something like
{{issue.customfield_XXXXX.withNextDayOfWeek("THU").minusDays(7)}}
Thanks Alex -- I'll give this a try!
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.