Closed ghost closed 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...
I also had to workaround the https issue. Any estimates for this feature? Thanks Great work BTW. :D
@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
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
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')