#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 #if ($action.getErrors().get("${field.id}_originalestimate")) #set ($errorForOriginalEstimate = $action.getErrors().get("${field.id}_originalestimate")) #end #if ($action.getErrors().get("${field.id}_remainingestimate")) #set ($errorForRemainingEstimate = $action.getErrors().get("${field.id}_remainingestimate")) #end #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) #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)
$textutils.htmlEncode($i18n.getText('common.concepts.original.estimate'))
$textutils.htmlEncode($i18n.getText('common.concepts.remaining.estimate'))
#end