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

Not possible to assign issue. #4

Closed ghost closed 13 years ago

ghost commented 13 years ago

in jiraSOAP-0.7.1/lib/jiraSOAP/entities/issue.rb Line: 90

msg.add 'assignee', (@assignee_name || '-1')

should be msg.add 'assignee', (@assignee_username || '-1')

ferrous26 commented 13 years ago

Oops, not sure how that sneaked into the release version. Thank you for pointing it out.

I guess there will have to be a jiraSOAP 0.7.2 in the next day or two...

ghost commented 13 years ago

I also had to workaround the https issue. Any estimates for this feature? Thanks Great work BTW. :D

ferrous26 commented 13 years ago

@ssmiech does your workaround for the HTTPS issue look something like what is described in the Handsoap documentation?

Since I rely on Handsoap for doing the HTTP stuff, they need to support it. Their documentation might be out of date with the code; I will have to check.

Please open another ticket for the HTTPS issue and I will look at it in more detail tomorrow before I release 0.7.2

ghost commented 13 years ago

No, I actually switched to net/https when URL scheme is 'https' I know this is not the best solution but "works for me" And I also switched SSL_verification. http_client.verify_mode = OpenSSL::SSL::VERIFY_NONE