I want to calculate the variance for the given start date and due date. So how can I add a new field that is related to the variance=actual date-due date.
So can You suggest me, how can I use the field to show it.
Hey @Saurabh Pathak
To calculate the difference between actual and due dates, use the diff
smart value within automation rules, specifying the desired unit (e.g., days, weeks, months). For example, {{issue.actualDate.diff(issue.Duedate).days}}
will return the difference in days.
Please refer to Date difference {{[date1].diff([date2]).[unit]}}
Hope this helps :)
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.