I have browsed through different documentation but have not really found a way - how can I add a link in my atlassian connect plugin that directs the user to for example Jira user overview. Currently I have added links but the header is duplicated - meaning the content is reloaded in to the iframe.
Only solution that is somewhat similar to what I want to achieve is described here:
https://developer.atlassian.com/static/connect/docs/latest/javascript/module-Navigator.html
But this does not allow concete URLs, this I would require for linking to issue search with a specific JQL query.
My question is, is there a solution that I have not found yet?
Thanks