0

I'm playing around with the .NET api for the rest webservices. I've looked up an iteration, and now I would like some data to build a burndown chart. I can find all tasks, and see estimates and todo, for a current image, but how do I find previous "snapshots"? Like, yesterday's ToDo.

The reason for doing this, is that the only way I've been able to "download" burndown charts as images, have been limited to a very small resolution and I need to present them on a big infoboard.

Nicolai
  • 2,835
  • 7
  • 42
  • 52

1 Answers1

1

Historic data is available from LookbackAPI.

LookbackAPI is language agnostic, but there is currently no built-in support for it in Rally REST toolkit for .NET

This post is still current.

Community
  • 1
  • 1
nickm
  • 5,936
  • 1
  • 13
  • 14