Skip to content

Instantly share code, notes, and snippets.

@ajwaxman
Created August 16, 2014 18:06
Show Gist options
  • Save ajwaxman/f5036afcd665d1f2d1e4 to your computer and use it in GitHub Desktop.
Save ajwaxman/f5036afcd665d1f2d1e4 to your computer and use it in GitHub Desktop.
var githubIssueTitle = $('.js-issue-title').text().split(']').pop().trim();
var githubIssueNumber = $('.gh-header-number').text();
var sprintIssueTitle = githubIssueNumber + ": " + githubIssueTitle;
window.prompt('Press CTRL+C, then ENTER',sprintIssueTitle);
console.log("Does this work");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment