Allow spaces in names of release note templates

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Fixed
    • 3.4 Beta 1
    • Component/s: None
    • None

      In jira-application.properties we have:

      jira.releasenotes.templates = releasenotes-text.vm, releasenotes-html.vm
      jira.releasenotes.templatenames = Text, Html

      One can add new templates by appending to the lists, but:

      jira.releasenotes.templates = releasenotes-text.vm, releasenotes-html.vm, myreleasenotes.vm
      jira.releasenotes.templatenames = Text, Html, My release notes

      doesn't work, because templatenames breaks on commas and spaces, so JIRA would find 5 template names. We should split only on commas.

            Assignee:
            Unassigned
            Reporter:
            Jeff Turner
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: