Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Updating a story label for a label-less story fails #114

Open
swaroopmurthy opened this issue Nov 10, 2015 · 0 comments · May be fixed by #115
Open

Updating a story label for a label-less story fails #114

swaroopmurthy opened this issue Nov 10, 2015 · 0 comments · May be fixed by #115

Comments

@swaroopmurthy
Copy link

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'
@swaroopmurthy swaroopmurthy linked a pull request Nov 10, 2015 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant