Created
March 9, 2021 09:40
-
-
Save elonmir/7ff87fd0fb84c5eacb6f4298227672e0 to your computer and use it in GitHub Desktop.
Bookmarklet for jira
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){let story = prompt('Add story ID', '');if('' !== story && null !== story){document.location = `https://enersis.atlassian.net/browse/${story}`;}})() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment