When ConnectALL synchronizes some URLs from Jira to another system like Rally, some URLs suddenly become invalid and do not go to expected locations.
If a description field contains a URL that has certain characters, then those characters are being converted to HTML when they are synched to the target system, like Rally
What is actually happening is that characters like * and + are being converted to <bold> and <u>
So, a URL with characters as follows in Jira:
[https://www.example.com/_underscore_/+plus+/*asterisk*/]
Winds up like this in Rally:
<a href=\"https://www.example.com/<em\">https://www.example.com/<em>underscore</em>/<u>plus</u>/<strong>asterisk</strong>/</a>
This issue is targeted to be resolved in 3.8.1