-
Suggestion
-
Resolution: Unresolved
-
None
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.