Hi
I have web panel in descriptor (Jira 7.x.x)
<web-panel key=“timereports-time-entry-panel” name=“Time Entry” location=“atl.jira.view.issue.right.context”…>
…
it works fine for issue view, but in project view it can not find resources and failed with error ‘angular is not defined’ with issue part totally gray, unclicakable and without web panel. (backend returns context map properly for both views)
for cloud similar descriptor with location=“atl.jira.view.issue.right.context” works fine for both issue and project view.
How could I fix it for project view?
Thanks.