Sum up estimates for roles

Chris Annor July 26, 2016

We have a requirement to be able to sum up the total estimates for work items going into the sprint per role. 

 

e.g Task 1 - Dev- 2hrs Test -1hr Total 3hrs

Task 2 - Dev 4hrs Test - 1hr - Total 5hrs

Task 3 - Dev 2hrs Test 1hr - Total 3hrs

 

Total - Dev = 8hrs Test - 3hrs - Total 11hrs

 

Is it possible to get this information on the filter using JQL like:

and issueFunction in
aggregateExpression("Total Dev Estimate", "EstimateForRole("Developers").sum()", "Total Test Estimate", "EstimateForRole("Testers").sum()","Total Estimate for all Issues", "originalEstimate.sum()", "Remaining work", "remainingEstimate.sum()")

 

3 answers

1 vote
Abhinav Ojha
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 26, 2016

Hi Chris,

Thanks for the cool suggestion, we don't have this JQL function but we have already started working on it. We will get back to you as soon as we implement this.

 

Cheers,

Abhinav.

0 votes
Abhinav Ojha
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 20, 2016

Hi Chris,

You can check out the new version of the plugin (v1.4.3 and v1.8.3).

We have added a new configuration option for you to choose JQL filters in generating the two role based reports (Estimation Accuracy Report (By Roles) and Estimations Report (By Roles)). This should be helpful for you.

Thanks,

Abhinav.

0 votes
Adrian Calderon September 8, 2016

This functionality would also be helpful for my organization! We have a similar use case.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events