-
Bug
-
Resolution: Obsolete
-
Low
-
4.0.1
-
4
-
Configurations in jira-config.properties breaks if the group name has spaces.
It doesn't work with double quotes or simple quotes neither.
(e.g. jira.search.views.max.unlimited.group = test group)
Workaround
The workaround in this situation simply involves escaping the space character.
For Example:
- Your group is called "test group"
- Set the variable in JIRA_HOME/jira-config.properties to jira.search.views.max.unlimited.group = test\ group
- Note the slash before the space