java.lang.Object
com.codebarrel.jira.model.issue.TimetrackingBean
com.codebarrel.automation.rulecomponent.jira.common.smartbeans.SmartTimetrackingBean
All Implemented Interfaces:
SmartBean<TimetrackingBean>

public class SmartTimetrackingBean extends TimetrackingBean implements SmartBean<TimetrackingBean>
AUT-627: Jira's timetracking field requires that the data is provided in the english input format. However if users change their locale and timetracking settings, Jira will render the duration with other locale specific time indicators (e.g. 't' instead of 'd' to indicate days in German) and commas instead of dots for decimal points.

This smart bean ensures that {{issue.timetracking.originalEstimate}} etc render the default English duration representation taking Jira's timetracking settings into account, that can then be used as the input for the field.