New tab with keyboard shortcut

Hi everyone :slight_smile:
I am new to Jira. Right now I’m doing a small project to learn.
I would like to open an external URL in a new tab when a keyboard shortcut is pressed.
Is there a way to do this?
Thank you in advance

Hi @LukasKaiKaito ,

For security reasons, I think any navigation needs to occur within the context of an event that is the result of a user gesture and needs to be relative to the current site (e.g. foo.atlassian.net).

The relevant Javascript API documentation is Navigator.

Regards,
Dugald

1 Like