I am working on integrating our app to the Jira Apps menu.
If I navigate to an admin page from the Apps menu, it works for the first time, but any consequent attempts make the left sidebar disappear. However, other apps like Zephyr seems to work fine.
Is this a bug in Jira or am I missing something from my config?
You have specified the context to be page whereas I suspect Zephyr might set the context to be product.
When you set the context to be page, parameters are passed to the URL indicating the current project.
When you set the context to be product, itâs up to the app to provide the URL. I suspect Zephyr arenât providing any parameters.
Now, after a little investigation, it seems the project parameters are causing the side nav to disappear. I did a little test by creating two webitems both with a context of âproductâ, but with different URLs:
Clicking on webitem (a) twice in succession caused the side nav panel to disappear, but the side nav panel remained visible after clicking on webitem (b) multiple times in succession.
Thank you very much for your suggestions and for creating the bug report. Unfortunately, using the âproductâ context and a URL without context parameters behaves the same way for me.
Also, for one of my colleagues, the left side does not even appear on first visit either. Is it possible that different cloud instances behave differently?
A Jira engineer wasnât able to reproduce this by following my instructions in JRACLOUD-75074 so I made some clarifying notes and attached a screen recording of the issue. I also provided the webitem Connect descriptor details in the issue. Having said that, I canât see why your web item causes the problem because my equivalent seems to avoid the problem. Letâs see if the Jira engineer is able to reproduce the problem and find a fix.