Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant