diff options
author | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2017-10-12 14:36:05 +0200 |
---|---|---|
committer | Teryk Bellahsene <teryk@users.noreply.github.com> | 2017-10-16 09:27:14 +0200 |
commit | 40605449fcf7a1bf44129dfe7e4acd606829fedc (patch) | |
tree | 146e4748ac1da9bf162d7dfadf471cf18aedb7e5 /sonar-ws | |
parent | 7ee2cc6372f66afc24e0fd4f780bab8dfcdb4409 (diff) | |
download | sonarqube-40605449fcf7a1bf44129dfe7e4acd606829fedc.tar.gz sonarqube-40605449fcf7a1bf44129dfe7e4acd606829fedc.zip |
SONAR-9823 WS api/issues/search returns the line hash
Diffstat (limited to 'sonar-ws')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-issues.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-issues.proto b/sonar-ws/src/main/protobuf/ws-issues.proto index 226691f512d..a1309679f58 100644 --- a/sonar-ws/src/main/protobuf/ws-issues.proto +++ b/sonar-ws/src/main/protobuf/ws-issues.proto @@ -68,6 +68,7 @@ message Issue { optional string project = 6; optional string subProject = 7; optional int32 line = 8; + optional string hash = 31; optional sonarqube.ws.commons.TextRange textRange = 9; repeated Flow flows = 10; optional string resolution = 11; |