The pivotaltracker tag has no wiki summary.
0
votes
1answer
88 views
Sum of points of stories in PivotalTracker gem
I have started using the PivotalTracker gem in my Ruby on Sinatra-Padrino.
It provides really good API(s), but I am stuck in a requirement. I want the sum of the points/estimates of all the stories ...
0
votes
0answers
24 views
Integrating Pivotal tracker with bugzilla
I am testing out bugzilla integration with pivotal tracker. I tried to associate a landfill installation. But I get there was a timeout while contacting the server. Is it possible to fix this ?? or Is ...
0
votes
0answers
36 views
Pivotal get stories between two dates
I know how to get all stories using curl; also i figured out how to get all stories starting with a specific date:
$filter = htmlspecialchars("created_since:{$from}", ENT_QUOTES);
$curl = 'curl -H ...
0
votes
0answers
115 views
retrieve token with RestClient, and save it in database
I want to retrieve a PivotalTracker token. I don't understand how I can get to it. There is no error messages and the file loads into the controller successfully.
This line works with the response ...
0
votes
0answers
47 views
retrieve tokens using pivotal_tracker
I have a task to retrieve tokens from pivotaltracker, it means that I have to build task in lib/tasks.I choosed plugin on github https://github.com/jsmestad/pivotal-tracker . I installed that, but ...