Hi,
We are trying to calculate planned efforts and actual efforts for a sprint. Right now, we are getting the project board id, then the sprints in that board and then the issues in each sprint and finally iterating all the issues to get efforts. Is there any easiest way to get all the tasks in a sprint ? and also the rest apis are giving the current status of the task but not the exact status when we close the sprint. Is there anyway to get the exact status of a task when the sprint is closed ?
Second issue is regarding velocity chart. Why doesn’t it include the story points of the tasks that are added in the middle of the sprint to committed but includes them in the completed if the status of the added task is done.
Thanks in advance.