Created
January 2, 2014 13:44
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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