API returning incomplete data set
I'm attempting to get all of the releases for a given project. My request looks like
The response has three releases. My project has four releases.
curl -H "X-TrackerToken: TOKEN" -X GET http://www.pivotaltracker.com/service...
The response has three releases. My project has four releases.
1
person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
The company thinks this is not a problem.
-
Inappropriate?Hi James,
The APi filtering behaves the same as the the search in the browser which excludes done stories by default. Similar to the search in the browser you need to add "includedone:true" filter option to include done stories.
For example:
curl -H "X-TrackerToken: TOKEN" -X GET http://www.pivotaltracker.com/service...
For more information on filtering options see http://www.pivotaltracker.com/help#ho.... Though I did notice we don't mention the includedone stories filter option in that section. We'll get something added.
Mark -
Inappropriate?Hi Mark,
Thanks for the reply. It would be great to have this in the docs.
One other subtlety that is worth noting: The done stories are only excluded if they are not in the current iteration, or so it seems. My original query had 4 milestones. 1 accepted milestone in a previous iteration, 1 accepted milestone in the current iteration, and 2 milestones in future iterations.
My query returned 3 results (1 accepted and 2 future).
Thanks again!
James
I’m thankful
Loading Profile...


