Rally burndown chart pulled programmatically

168 views Asked by At

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

1

There are 1 answers

1
nickm On

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.