Been looking at burndown charts to get the estimating original story points at the beginning of a sprint. I need to figure out a query because the burn chart isn't giving me the information I need. I've been typing in:
project = project1 AND sprint = sprint1 AND issueFunction in aggregateExpression("Starting Points", "storypoints.sum()")
I just don't know what to put in so I can get the starting story points... anyone know?