Skip to content

Instantly share code, notes, and snippets.

@mechamogera
Created January 27, 2013 23:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mechamogera/4651388 to your computer and use it in GitHub Desktop.
Save mechamogera/4651388 to your computer and use it in GitHub Desktop.
JIRA課題表示ブックマークレット
javascript:(function(){t%20=%20prompt("JIRA%E8%AA%B2%E9%A1%8C%20number","");if(t!==""&&t!==null){location.href%20=%20"http://example.com/jira/browse/"%20+%20t.replace(/^#/,"")}else%20if(t==""){location.href%20=%20"http://example.com/jira/"}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment