Rather than using this: {{issue.start date.diff(now).days}}
I want something like this: {{issue.start date.workingdaysdiff(now).days}}
If there a way to do this ?
{{now.diff(issue.startDate).
businessDays}}
*edit to change created to start date
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.