Issue tab plugin causes page to reload

Scott Shannon February 24, 2020

Hi All,

I've created a very simple Issue tab plugin (see steps at the bottom). The problem is that every time I click on the tab the whole page refreshes.  The other tabs like "Comments", "Work Log", "History", etc... don't exhibit this behavior.

How can I my tab plugin to behave like the other tabs? 

atlas-create-jira-plugin-module

  • Choose option 8 for Issue Tab Panel
  • Enter new class name: ScottPanel
  • Enter package name: com.scott.timetracking.jira.tabpanels (notice the similarity in package name from user-role-project-tab plugin)
  • Show advanced setup: N
  • Add another plugin module: N

1 answer

0 votes
rcelik August 7, 2020

You need to implement ajax-loading. Please look at this link; https://developer.atlassian.com/server/jira/platform/issue-tab-panel/

Suggest an answer

Log in or Sign up to answer