Looking to compare these 2 queries:
Query 1: project = MyProject AND resolutiondate >= -90d (returns 10 issues)
Query 2: project = MyProject AND createdDate >= -90d. (returns 5 issues)
... and spit out a comparison as a percentage, in this case 50%, or 5/10.
Just to be clear, I'm not looking to know the % of issues that were resolved as a subset of the 5 issues created, all gadgets enable that easily.
Thanks!
Matt
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.