aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien HENRY <henryju@yahoo.fr>2013-10-24 09:40:11 +0200
committerJulien HENRY <henryju@yahoo.fr>2013-10-24 09:40:11 +0200
commit377950b3d9ad65522d29bce8746eec9e8cab053b (patch)
tree49930841d530e7ceaaa67fa63446a60217a707e7
parentf0b84fab8f4066579192cb788ac8ff995afd397a (diff)
downloadsonarqube-377950b3d9ad65522d29bce8746eec9e8cab053b.tar.gz
sonarqube-377950b3d9ad65522d29bce8746eec9e8cab053b.zip
SONAR-4606 Update documentation of bulk_change
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/issues_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/issues_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/issues_controller.rb
index 973349ba61f..fa47e0f3d33 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/issues_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/issues_controller.rb
@@ -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'