]> source.dussan.org Git - sonarqube.git/commitdiff
Update bulk change ruby doc
authorJulien Lancelot <julien.lancelot@gmail.com>
Mon, 8 Jul 2013 15:08:41 +0000 (17:08 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Mon, 8 Jul 2013 15:08:52 +0000 (17:08 +0200)
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/issues_controller.rb

index c66bfd442c2e2245a647ce4dfed1c244b49797e6..4bad8bd681c0121cefff6033301bdb30baf88482 100644 (file)
@@ -257,7 +257,7 @@ class Api::IssuesController < Api::ApiController
   #
   # -- Mandatory parameters
   # 'issues' is the list of issue keys
-  # 'actions' the list of action to execute (expected at least one). Available actions are : assign,set_severity,plan,transition
+  # 'actions' the list of action to execute (expected at least one). Available actions are : assign,set_severity,plan,do_transition
   #
   # -- Optional parameters
   # 'assign.assignee' to assign all issues to a user or un-assign.