Created
March 1, 2016 17:17
-
-
Save volgar1x/154894b7c7208e1fb8c3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from s in Sprint, | |
join: i in assoc(s, :issues), | |
select: (sum(i.original_estimate) - sum(i.remaining_estimate)) / sum(i.original_estimate) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment