Forums

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

Link from Dashboard gets opened in Gadget itself!

GS1337
Contributor
September 4, 2019

Hello,

 

I'm using the "Text" gadget in my Jira Dashboard where you can enter a HTML Code. I allready used this to create a link to other Dashboards which works fine. But when i use a link that contains a URL to create a now Issue, it opens the create issue screen in he gadget itself. Is there a solution so it only opens the link in a new tab like it does for the Dashboard links?

2 answers

1 accepted

0 votes
Answer accepted
Sreenivasaraju P
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 4, 2019

Hi @GS1337 ,

You can try as below

<a href="https://yourjiraurl/secure/CreateIssue.jspa?pid=yourprojectid&issuetype=yourissuetypeid" target="_blank">Create Issue</a>

replace yourjiraurl, yourpojectid and yourissuetyeid.

1 vote
Milan Chheda [INFOSYSTA]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 4, 2019

Have you tried using:

target='_BLANK'

 

Also, while on dashboard, you already have the 'Create' button to create new issues, why provide another link in the gadget?

Suggest an answer

Log in or Sign up to answer