java.lang.Object | ||
↳ | com.atlassian.jira.issue.statistics.LongFieldStatisticsMapper | |
↳ | com.atlassian.jira.issue.statistics.TimeTrackingStatisticsMapper |
A StatisticsMapper
specifically for
OriginalEstimateSystemField
,
TimeEstimateSystemField
and
TimeSpentSystemField
as their index values are stored in a specific format.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
TIME_ESTIMATE_CURR | |||||||||||
TIME_ESTIMATE_ORIG | |||||||||||
TIME_SPENT |
[Expand]
Inherited Fields | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Convert the lucene document field back to the object that you wish to use to display it.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||
![]()
|
Convert the lucene document field back to the object that you wish to use to display it.
eg. '1000' -> Version 1.
This does the reverse of what com.atlassian.jira.issue.index.IssueDocument does.
For custom fields, the return value will be passed to
getStatHtml(com.atlassian.jira.issue.fields.CustomField, Object, String)
documentValue | The value of the field in the lucene index |
---|