-
Bug
-
Resolution: Duplicate
-
Low
NOTE: This bug report is for JIRA Cloud. Using JIRA Server? See the corresponding bug report.
**Summary**
Valid URLs are not accepted by JIRA
**Current Behavior**
When complex URLs are entered, the below error is thrown
Invalid 'URL'. Make sure you include the full URL (e.g. http://www.google.com).
JIRA Web Links are not able to encode the following characters { , } , [ and ].
**Expected Behaviour**
JIRA should be able to encode all valid URLs.
**Workaround**
Manually encode the characters to be used for the Web Link
{ = %7B } = %7D [ = %5B ] = %5D
- duplicates
-
JRACLOUD-39001 Web Link cannot encode certain characters
- Closed
- is related to
-
JRASERVER-39002 URL Encoding Error for Certain Characters
- Closed