-
Suggestion
-
Resolution: Fixed
Current status
The Mobile Device Management (MDM) documentation suggests using the following code for multiple URLs:
[ {"title": “My Jira Site”, "baseURL": "https://jira.example.com"} , {"title": “Bug Tracker“, "baseURL": "https://bugs.example.com/jira"} ]
Notice how the double quotes character is different on *"title"* and *“My Jira Site”*.
Problem
The app won't recognize the “ character and complain there's a misconfiguration with MDM.
On the MDM page (maybe on some browsers), the two double quote characters look exactly the same.
This misleads the users and have them reach out for support.
Suggested fix
Simply change the “ character for ".
- is related to
-
JRASERVER-72012 Using double quote character “ on MDM for mobile app doesn't work
-
- Closed
-