Configurations in jira-config.properties breaks if the group name has spaces.

XMLWordPrintable

    • 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

              Assignee:
              Unassigned
              Reporter:
              Matheus Fernandes (Inactive)
              Votes:
              3 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: