I have a Jira cloud plugin. When a user creates a project under work management, there is an additional topnav bar visible in addition to the global jira topnav bar . When a user, tries to access my plugin from the link in this navigation bar, he is redirected to the first web-item in my atlassian-plugin.json. This throws an error as the first web-item in my plugin is supposed to open in a dialog and not on the page. Do we have an option to redirect user to another web-item instead the first web-item? or is there any other solution to this problem.