]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4606 Update documentation of bulk_change
authorJulien HENRY <henryju@yahoo.fr>
Thu, 24 Oct 2013 07:40:11 +0000 (09:40 +0200)
committerJulien HENRY <julien.henry@sonarsource.com>
Thu, 24 Oct 2013 09:27:35 +0000 (11:27 +0200)
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/issues_controller.rb

index 973349ba61f568c42a2d1ed6fb3f295a5432c4d3..fa47e0f3d33819f62928eb07e220e9c59aa536e7 100644 (file)
@@ -265,6 +265,7 @@ class Api::IssuesController < Api::ApiController
   # 'plan.plan' to plan all issues to an action plan or unlink.
   # 'do_transition.transition' to execute a transition on all issues.
   # 'comment' to add a comment on all issues.
+  # 'sendNotifications' to send notification for each modified issue (default is 'false')
   #
   # -- Example
   # curl -X POST -v -u admin:admin 'http://localhost:9000/api/issues/bulk_change?issues=4a2881e7-825e-4140-a154-01f420c43d11,4a2881e7-825e-4140-a154-01f420c43d30&actions=assign,plan&assign.assignee=simon&plan.plan=3.7'