Skip to content

Instantly share code, notes, and snippets.

@youcune
Last active August 29, 2015 14:07
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 youcune/e4782814c66142146fb8 to your computer and use it in GitHub Desktop.
Save youcune/e4782814c66142146fb8 to your computer and use it in GitHub Desktop.
Redmine の Issues で適当に担当者を割り振る Bookmarklet
// [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