diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-03-24 11:33:44 +0100 |
---|---|---|
committer | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2016-03-29 19:10:52 +0200 |
commit | 98b3ff0a5f05667b59723714d95bcfb1060d93c0 (patch) | |
tree | f04941194f09756001a3da89ae449e12434e11f9 /sonar-ws | |
parent | 44322e96335e0e309b331be79a55a5459371089a (diff) | |
download | sonarqube-98b3ff0a5f05667b59723714d95bcfb1060d93c0.tar.gz sonarqube-98b3ff0a5f05667b59723714d95bcfb1060d93c0.zip |
SONAR-7472 Drop ability to create manual issues from WS
Diffstat (limited to 'sonar-ws')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-issues.proto | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-issues.proto b/sonar-ws/src/main/protobuf/ws-issues.proto index a253c424402..c5c76bcad78 100644 --- a/sonar-ws/src/main/protobuf/ws-issues.proto +++ b/sonar-ws/src/main/protobuf/ws-issues.proto @@ -79,7 +79,9 @@ message Issue { optional string debt = 14; optional string assignee = 15; - optional string reporter = 16; + + // Unused since 5.5, manual issues feature has been removed + optional string unusedReporter = 16; // SCM login of the committer who introduced the issue optional string author = 17; |