I have a Issue Tab Panel which need a JS File, but I have some Issues with loading this file.
I already have done everything which is needed to make it work, I have checked the Tutorial from Atlassian
So when I navigate to an Issue the “Comments” tab for example is open by default. I navigate to my new custom tab and the JS File is loaded, everything so far is okay. But when I navigate from my custom tab to another tab and than again back to my custom tab my JS File is not loaded…This is really annoying, I need to refresh the page to load the JS File again, does anyone know what I need to change…? Seems that the Tutorial is not up to date…
I tried to see if the code will be execute if I change the tabs but actually the pageLoad neither the panelRefreshed event are called…furthermore I could see that the Events are called multiple times when I navigate to the Issue View
Can anyone explain why the panelRefreshed event is called 12 times when I load the page? Something is terrible wrong here, and I need to find out what exactly is going on.