It would be great if the time estimate on a task would automatically adjust based on the amount of work being done in the task. This could be accomplished by allowing the time estimate to be determined by a formula. The formula should be able to use any native datapoint found in Hive AND values from custom fields. We'd also need the ability to set up this formula per task type/task template, since the amount of time the task takes per unit of work changes from one task type to the next. The specific use case that would help me would look like this: "Time Estimate = [Custom Field Value] * 5" In this case, the custom field would be the "#of Properties" field. Another example: "Time Estimate = If/then Statement" "If [Custom Field] = Value A, Then [Time Estimate] = 4 Hours If [Custom Field] = Value B, Then [Time Estimate] = 6Hours" In this case, the custom field would be contract type. Another example: "Time Estimate =([Action Duration] * 5) / 60" These are examples of the kinds of variables that should be included in the formula options. This would be extremely helpful for routine tasks that don't require in-depth scoping for time estimates.