diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-04-21 15:02:55 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-04-25 10:51:31 +0200 |
commit | e564fecaa4473dae48517778ab947bdaec7efbb3 (patch) | |
tree | c2bb6aec3dee7e68457b5f710faa0f1954919b53 /sonar-scanner-protocol | |
parent | 18484ac7409f25ce403641fba715340486a78d8b (diff) | |
download | sonarqube-e564fecaa4473dae48517778ab947bdaec7efbb3.tar.gz sonarqube-e564fecaa4473dae48517778ab947bdaec7efbb3.zip |
SONAR-9083 Return type in /batch/issues
Diffstat (limited to 'sonar-scanner-protocol')
-rw-r--r-- | sonar-scanner-protocol/src/main/protobuf/scanner_input.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-scanner-protocol/src/main/protobuf/scanner_input.proto b/sonar-scanner-protocol/src/main/protobuf/scanner_input.proto index 654ef4fc9cd..959eb5e97d8 100644 --- a/sonar-scanner-protocol/src/main/protobuf/scanner_input.proto +++ b/sonar-scanner-protocol/src/main/protobuf/scanner_input.proto @@ -48,6 +48,7 @@ message ServerIssue { optional string checksum = 12; optional string assignee_login = 13; optional int64 creation_date = 14; + optional string type = 15; } message User { |