You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Say you have a story without any labels, 123, adding a new label fails:
@a_project = PivotalTracker::Project.find(84739)
story = @a_project.stories.find(123).update(labels: 'ready for qa')
With the following stack trace:
[19] pry(main)> story.update
ArgumentError: invalid date
from /Users/SwaroopMurthy/.rvm/gems/ruby-2.2.2@tad/bundler/gems/pivotal-tracker-1647cbc82e4a/lib/pivotal-tracker/story.rb:138:in `parse'
The text was updated successfully, but these errors were encountered:
Say you have a story without any labels, 123, adding a new label fails:
With the following stack trace:
The text was updated successfully, but these errors were encountered: