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.
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.