Skip to content

Instantly share code, notes, and snippets.

@elonmir
Created March 9, 2021 09:40
Show Gist options
  • Save elonmir/7ff87fd0fb84c5eacb6f4298227672e0 to your computer and use it in GitHub Desktop.
Save elonmir/7ff87fd0fb84c5eacb6f4298227672e0 to your computer and use it in GitHub Desktop.
Bookmarklet for jira
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