When we create a URL link in Confluence space or Jira dashboard is there a way to make the default open in a new tab/window rather than got directly to the window and lose the JIRA/Confluence session? We can always use the back arrow but sometimes the session has expired.
(Insert link Confluence space etc)
There is a case on this. Vote on it to encourage Atlassian to fix.
The case also has a workaround.
The macro code does not work. Is this inserted as code block?
<script>
AJS.toInit(function() { AJS.$("a").attr('target', "_blank"); }); </script>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You'd put that in an HTML macro.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.