gnustavo / JIRA-REST

Thin wrapper around Jira's REST API
https://metacpan.org/release/JIRA-REST/
17 stars 17 forks source link

Make sure utf-8-encoded filenames and up correctly in JIRA #15

Closed mannih closed 7 years ago

mannih commented 7 years ago

I don't know whether JIRA or HTTP::Request::Common are to blame, but when I try do upload a file with accented characters in its name, the file ends up having a �-infected name in JIRA. This little patch fixes this bug. At least for me.

gnustavo commented 7 years ago

Thank you. It seems sound to me.