#disable_html_escaping() #if($legacyBehaviour) ## we only show the field in legacy mode if work has not started (i.e. we are showing Original Estimate) or if ## the WorklogSystemField is not present #if($!{hasWorkStarted} == false || $isWorklogPresent == false) #customControlHeader ($action $field.id $i18n.getText($fieldName) $fieldLayoutItem.required $displayParameters $auiparams) ${i18n.getText('logwork.example', '3w 4d 12h')} #jiraHelpLink ('timetracking_local' '') #customControlFooter ($action $field.id $fieldLayoutItem.getFieldDescription() $displayParameters $auiparams) #end #else #customControlHeader ($action "${field.id}_originalestimate" $i18n.getText('common.concepts.original.estimate') $fieldLayoutItem.required $displayParameters $auiparams) ${i18n.getText('logwork.example', '3w 4d 12h')} #jiraHelpLink ('timetracking_local' '') #customControlFooter ($action "${field.id}_originalestimate" $i18n.getText('timetracking.field.original.estimate.description') $displayParameters $auiparams) ## we only show the Remaining Estimate in modern mode if the WorklogSystemField is not present #if($isWorklogPresent == false) #customControlHeader ($action "${field.id}_remainingestimate" $i18n.getText('common.concepts.remaining.estimate') $fieldLayoutItem.required $displayParameters $auiparams) ${i18n.getText('logwork.example', '3w 4d 12h')} #jiraHelpLink ('timetracking_local' '') #customControlFooter ($action "${field.id}_remainingestimate" $i18n.getText('timetracking.field.remaining.estimate.description') $displayParameters $auiparams) #end #end