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

Jira only renders a single banner in location="jira-banner"

XMLWordPrintable

    • 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.

      Issue Summary

      Jira will not show banners from 2 different apps on jira-banner location.

      This is reproducible on Data Center: (yes) / (no)

      Steps to Reproduce

      • Create an app with the following banner:
      <web-panel name="SampleBanner" i18n-name-key="sample-banner.name" key="sample-banner" location="jira-banner" weight="2000">
              <description key="sample-banner.description">The Sample Banner  Plugin</description>
              <resource name="view" type="velocity" location="templates/banner.vm"/>
          </web-panel>
      
      • Create a second app with the following banner:
      <web-panel name="SampleBanner2" i18n-name-key="sample-banner2.name" key="sample-banner2" location="jira-banner" weight="2000">
              <description key="sample-banner2.description">The Sample Banner 2 Plugin</description>
              <resource name="view" type="velocity" location="templates/banner.vm"/>
          </web-panel>
      
      • Install both apps on the same DC instance.

      Expected Results

      • Banners for both apps should show on the jira-banner location

      Actual Results

      • Only one of the banners will show.
      • It will also happen if a pre-defined banner is set. Only one will display.

      Workaround

      • Use the atl.header location.

              Unassigned Unassigned
              71f1dad54ffe Wagner M.
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: