Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Updating a Project Tab Panel plugin from JIRA 6 to 7

Adam Steele
Contributor
February 22, 2018

I'm in the process of updating a plugin my company used in JIRA 6.3 to run against JIRA 7.7.  I was able to get the plugin to compile and install with the new version, and my panels still show as enabled on the add-on management page.  However, they do not appear to display on the project page as I would expect.

Were there any additional changes made to project tab panels in 7 to enable them?

I have four panels, and here is the snippet from the main plugin xml.

<project-tabpanel key="effectiveness-panel" name="Effectiveness Panel" i18n-name-key="effectiveness-panel.name" class="com.atlassian.jira.lighthouse.metricsPanel.MetricsPanel">
<description key="effectiveness-panel.description">Effectiveness Panel</description>
<label key="effectiveness-panel.label"/>
<order>21</order>
<resource type="velocity" name="view" location="templates/tabpanels/effectiveness-panel.vm"/>
<param name="noTitle">true</param>
</project-tabpanel>

 

Any help would be appreciated!

1 answer

1 accepted

1 vote
Answer accepted
Maciej Nowakowski
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 28, 2018

Hello @Adam Steele

As project-tabpanel is still exiting module type due to backward compatibility, modern Jira versions are introducing project centricity with new module types. To better understand concepts and find out some tips on creating such pages please take a look at https://developer.atlassian.com/server/jira/platform/developing-for-the-jira-project-centric-view/

Adam Steele
Contributor
February 28, 2018

Hi @Maciej Nowakowski

Took a quick peek at that, and it sounds like just the information I was looking for.  Thank you so much. :)

Suggest an answer

Log in or Sign up to answer