public class StatisticFieldAggregationCallback extends AbstractCompoundDataCallback
StatisticsFieldConfig
on each Issue
that is collected and accumulate the values for each parent issue including its subtasksConstructor and Description |
---|
StatisticFieldAggregationCallback(DocumentStatisticValueResolver statisticValueResolver) |
Modifier and Type | Method and Description |
---|---|
void |
fieldData(Long issueId,
String issueKey,
IssueFieldValueProvider data)
This callback is being called for every issue that matches the query.
|
Set<String> |
getFields()
see DocumentConstants for possible values.
|
Map<Long,Double> |
getValuePerIssue()
Get the value per parent issue.
|
fieldData, issueComplete, requiresIssueDoc
public StatisticFieldAggregationCallback(DocumentStatisticValueResolver statisticValueResolver)
public Set<String> getFields()
IssueDataCallback
public void fieldData(Long issueId, String issueKey, IssueFieldValueProvider data)
AbstractCompoundDataCallback
fieldData
in class AbstractCompoundDataCallback
data
- : The data from the document that matches our selected fields.Copyright © 2007–2025 Atlassian. All rights reserved.