Attempting to save an 'accepted' story using the API causes server side error
We're getting 500 server error response when we attempt to save certain stories using ActiveResource. It seems that stories in the 'accepted state' are causing the failure.
Here's our test case:
Here's our test case:
require 'rubygems'
require 'activeresource'
class Story < ActiveResource::Base
self.site = "http://www.pivotaltracker.com/services/v2/projects/:project_id"
headers['X-TrackerToken'] = our_api_key
end
# SUCCESS CASE
s = Story.find(1382122, :params => {:project_id => 21441})
s.save
# FAILURE CASE
s = Story.find(938184, :params => {:project_id => 21441})
s.save
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 marked this problem solved.
-
Inappropriate?It looks there is a problem with saving accepted stories via the API/ActiveResource. I added a bug report and we'll get fixed as soon as we can.
-
Inappropriate?Is there any way I can track that bug myself?
-
Inappropriate?hi...this will be fixed in the next release, which will most likely be sometime this week.
-
Inappropriate?Just wanted to let you know that this problem should be fixed after today's release. Let us know if you have any other problems.
Loading Profile...



EMPLOYEE