Hi all,
I have tried every possible solution trying to get the difference of {{changelog.duedate.to}} - {{changelog.duedate.from}} but I keep getting a null result.
The function I have been using and variations of it is {{changelog.duedate.to.diff(changelog.duedate.from).days}} but the value is always empty.
Any help would be greatly appreciated. Thank you.
Hi @Vidhya Kumar,
I'm not sure why it is not working with changelog, but it works when using fieldChange:
{{fieldChange.to.toDate.diff(fieldChange.from.toDate).days}}
I triggered my automation rule when value changes for Due date.
Hope this helps!
- Manon
Thank you so much, you're a lifesaver! Yeah you'd imagine the same outcome would apply cause it works fine with {{issue}} or {{triggerIssue}} dates but not {{changelog}}.
This will do the trick for now, thank you once again.
- VK
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.