Last active
August 29, 2015 14:07
-
-
Save youcune/e4782814c66142146fb8 to your computer and use it in GitHub Desktop.
Redmine の Issues で適当に担当者を割り振る Bookmarklet
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
// [247,277 ... ] は選ばれる可能性のあるユーザの id を配列で指定しておく | |
javascript:(function(){var a=[247,277,310,337,349];var b=a[new%20Date().getTime()%a.length];$('#issue_assigned_to_id').val(b).trigger('change')})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment