Hey guys!
I'm doing an automation in jira where my goal is to send an email containing the review date of my project: last day of the sprint + 1 day, the next day being a business day.
I'm using the smart values to help me so I tried: {{sprint.endDate.jiraDate.plusDays(1).toBusinessDay()}}
But to no avail, does anyone know how the smart value can be written?
Thanks!
Hi Ana,
Something like this might work:
{{sprint.endDate.plusDays(1).toBusinessDay}}
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Perfect, I'm glad this worked for you @Ana Luiza Chagas! Could you kindly mark the answer as an accepted solution?
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.