0

How to pull rally burndown charts using rally based API's programmatically using C#? Could a working example be shared?

Cœur
  • 37,241
  • 25
  • 195
  • 267
Soldier
  • 1
  • 1

1 Answers1

0

The only toolkit that loads charts programmatically(those are the same charts available on Reports>Reports page) is javascript AppSDK, which is using StandardReport component. There is no WS API endpoint that gets charts, and .NET toolkit does not have support for it.

nickm
  • 5,936
  • 1
  • 13
  • 14