Hello!
For one of my fields, I have a hyperlink to a Confluence page with more information in the field description. I was wondering if anyone knew how to create a hyperlink that opens in a new tab instead of in the tab that you have open? Below is how I'm currently formatting the hyperlink that's opening in the same tab instead of a new one.
[Click here|link URL]
Jira Cloud supports basic HTML, including the <a> tag and the target="_blank" attribute.
How to do it:
Edit your field description: Go to the field configuration and edit the description.
Use HTML: Within the description, insert your hyperlink like this:
<a href="https://www.example.com" target="_blank">Visit Example Website</a>
Replace "https://www.example.com" with the actual URL you want to link to.
The text "Visit Example Website" will be the clickable link text.
Save your changes: Save the field configuration.
Now, when users view the field description, clicking the link will open the URL 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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.