Skip to content

Instantly share code, notes, and snippets.

@mateuszgachowski
Created January 2, 2014 13:44
Show Gist options
  • Select an option

  • Save mateuszgachowski/8219343 to your computer and use it in GitHub Desktop.

Select an option

Save mateuszgachowski/8219343 to your computer and use it in GitHub Desktop.
Add to bookmarks. Adds a comment in JIRA with "code review passed" message.
javascript:(function () {$('#footer-comment-button').children('span').trigger('click');$('#comment').val('*{{Code review:}}* {color:green}passed{color}');var response = confirm('Code review passed?');if (response) {$('#issue-comment-add-submit').trigger('click')}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment