Every time I create a new shortcut in Project Shortcuts and I click on the link, a new tab opens for that shortcut link. Is there any way to prevent excess tabs from opening? Like to change the settings so that the link opens in the current window/tab and doesn't open any excess tabs?
Thanks you.
Posting here for posterity and google searchability:
As a user, I created a ticket here: https://jira.atlassian.com/browse/JRACLOUD-75619
Please vote if this is important for you!
Posting here for posterity and google searchability: As a user, I opened a ticket for this: https://jira.atlassian.com/browse/JRACLOUD-75619
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is no. The links are displayed with target="_blank" attribute which instructs browser to open them in a new tab.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So is there a way to modify the attribute and get rid of target = "_black"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can try to do it via JavaScript injected to the page but it's not reliable and is not worth of the effort.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.