Uploaded image for project: 'Jira Cloud'
  1. Jira Cloud
  2. JRACLOUD-40338

Enhance loading of releasenotes templates

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Timed out
    • Directories
    • None
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.

      Currently only those Velocity templates are loaded into classpath which are defined by the property jira.releasenotes.templates. We now have a particular use case where we tried to provide a template only for a particular project by changing the file releasenotes-html.vm to something like this:

      #if($project.name == "myproject")
        #parse("myproject-html.vm")
      #else
        #parse("releasenotes-html-orig.vm")
      #end
      

      However, the file myproject-html.vm obviously cannot be loaded by Velocity since it is not in the classpath.

      So for us it would be very nice to simply have all the files in the template's directory available for Velocity.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              178dac4e260f Bernd Adamowicz
              Votes:
              3 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: