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()")
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This functionality would also be helpful for my organization! We have a similar use case.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.