Skip to content

Instantly share code, notes, and snippets.

@nordicdyno
Last active May 15, 2019 13:37
Show Gist options
  • Save nordicdyno/4bec05c6d130ab391de45a746ec65bb6 to your computer and use it in GitHub Desktop.
Save nordicdyno/4bec05c6d130ab391de45a746ec65bb6 to your computer and use it in GitHub Desktop.
javascript:(() => { v = prompt('Issue Text:'); q = (() => { if (!v) return ""; return '?jql=' + `summary~"${v}" OR description~"${v}"`;})(); location = encodeURI('https://insolar.atlassian.net/issues/'+q);})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment