Dear Team,
is there a way to exclude the week-ends in time difference?
I use the following smart value:
{{now.diff(issue.duedate).abs}}
from which I need to exclude the week-ends.
Can you please tell me as how to achieve that?
Thanks in advance,
Vincenzo.
I had a look at the documentation of the diff function for Jira smart values. It lists "businessDays" as a possible unit.
So, I'd recommend to try this smart value:
{{now.diff(issue.duedate).businessDays.abs}}
Cheers,
Matthias.
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.