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'
Say you have a story without any labels, 123, adding a new label fails:
With the following stack trace: