Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-7928

Allow spaces in names of release note templates

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Fixed
    • 3.4 Beta 1
    • None
    • None
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            7ee5c68a815f Jeff Turner
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: