Hello there.
We have a problem in our application related to expired JWTs in application iframes. We want to solve that problem with cacheable iframes.
We want to start with a view that we access from a sidebar link.
In our application’s descriptor, we use the Project Page module for that purpose. But it appears to not have support for the cacheable property. Neither the Project Page module documentation, nor the descriptor schema mentions it in supported properties. This is a little misleading, since the cacheable iframes documentation states, that cacheable iframes are supported in:
- Web Panels
- Dialogs
- Web items where the target is either dialog or inlineDialog
- Pages
- Dynamic Content Macros
Project Page is type of a Page module, but it doesn’t seem to support the cacheable property. I’ve opened a feature request about that with Atlassian.
Did anyone have success with implementing cacheable iframe pattern for the Project Page, or for any view that is accessed from the Jira sidebar?