How do I use the version one api to get project and sprint burndown charts?
问题 I am trying to use the Version One api to get the project and sprint burndown charts. I am reading this page but I am just getting confused. Has anybody done something similar and have any tips for how to hit the api to get what I want? 回答1: The VersionOne api does not serve images or chart specific data. You can use the query language and the rest endpoint to produce the data that is needed for a burndown. You would need to be able to read/parse the data and produce a graph yourself. With