is there smart value for date diff?
I need smart value from create date but only count the business day and now diff
is this the right smart value for?
{{issue.created.toBusinessDays(now).days}}
Hi Mar Angelo,
Try this: {{issue.created.diff(issue.now).businessDays}}
I need the smart value to edit my custom field number. to get the aging for the ticket from creation to done of flow. only businessdays no count on holidays and weekends
is for the aging of ticket. without using plugins
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @John Funk
I don't usually use {{issue.now}} (which might work), but i using a lot {{issue.created.diff(now).businessDays}} and it work for me .
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.
Yes, sorry - I did a copy/paste from another rule and forgot to take out the issue. part. Thanks @Duc Thang TRAN !
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.