The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

why is _blank suddenly stopped working Jira Dashboard

Devendra Chindarkar
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 11, 2023

I have a following code on a dashboard to create links. But the target is opening inside the dashboard.

<tr>
<td><font face="calibri" size="3"><b>ATM1</b></font></td>
<td><font face="calibri" size="3"><a href="https://agile-jira.ABC.net/secure/RapidBoard.jspa?rapidView=xxxx&projectKey=xxxx&view=planning&selectedIssue=xxxx-nnnn&issueLimit=100" target="_blank">ABCD - ABCD 1</a>
</font>
</td>
</tr>

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Ingo Mohr
Contributor
December 17, 2023

If you have Jira 9.1 or later, this is broken.

See https://jira.atlassian.com/browse/JRASERVER-76350

There's a workaround described in the issue, too. It worked for our server.

0 votes
Dave Mathijs
Community Champion
December 12, 2023

HI @Devendra Chindarkar welcome to the Atlassian Community!

Have you tried it in another browser as well?

Ingo Mohr
Contributor
December 17, 2023

Same here. Jira Server 9.10.2.

In fact, the target="_blank" occurrences are gone. When I re-add them and save the Text gadget and reopen it again, they are gone again. I tried that 3 times with direct-editing and copy-paste from a text-editor.

EDIT: I found the bug issue for this: https://jira.atlassian.com/browse/JRASERVER-76350

----

Also, the Text gadget is now marked deprecated - w/o any hint on what to use instead.

What gadget is supposed to replace the deprecated Text gadget?