Marketcircle / jiraSOAP

Ruby interface to the JIRA SOAP API
http://rdoc.info/github/Marketcircle/jiraSOAP/master/frames
MIT License
31 stars 13 forks source link

Fixes for addWorklogAndAutoAdjustRemainingEstimate #16

Closed justfalter closed 12 years ago

justfalter commented 12 years ago

When I went to go use addWorklogAndAutoAdjustRemainingEstimate, I found that it did not work for a couple reasons:

  1. addWorklogAndAutoAdjustRemainingEstimate wasn't being called properly
  2. JIRA::Worklog's wouldn't parse startDate because it was using :to_date instead of :to_iso_date.

This pull request fixes both of these issues, and I'm now able to log time against my jira project.

ferrous26 commented 12 years ago

Looks good, I'll merge this and make a release tonight.

ferrous26 commented 12 years ago

Thank you! :sparkles: :shipit: :sparkles: