get single story call should have optional project parameter!
When querying stories over the API, the project parameter is mandatory.
This makes me upset when I want to query a story solely based on a number. In that case I have to iterate over all projects that the logged in API user does have.
For our plugin in MediaWiki we normally use a plugin that parses <pt>Bob, please do this</pt> and creates a stub and link to the pivotal tracker. However, this shorthand now has to be much more longer in order to be efficient: <pt>Bob, do this</pt>
My suggestion: make the following API call valid: It then can iterate over all projects of the logged in user on your server, saving some costly round-trip time:
curl -H "X-TrackerToken: TOKEN" -X GET http://www.pivotaltracker.com/service...
This makes me upset when I want to query a story solely based on a number. In that case I have to iterate over all projects that the logged in API user does have.
For our plugin in MediaWiki we normally use a plugin that parses <pt>Bob, please do this</pt> and creates a stub and link to the pivotal tracker. However, this shorthand now has to be much more longer in order to be efficient: <pt>Bob, do this</pt>
My suggestion: make the following API call valid: It then can iterate over all projects of the logged in user on your server, saving some costly round-trip time:
curl -H "X-TrackerToken: TOKEN" -X GET http://www.pivotaltracker.com/service...
1
person likes this idea
I like this idea!
Tell me when this idea gets some attention.
The more people who like this idea, the more it gets noticed.
The more people who like this idea, the more it gets noticed.
Loading Profile...


