From 40605449fcf7a1bf44129dfe7e4acd606829fedc Mon Sep 17 00:00:00 2001 From: Teryk Bellahsene Date: Thu, 12 Oct 2017 14:36:05 +0200 Subject: SONAR-9823 WS api/issues/search returns the line hash --- sonar-ws/src/main/protobuf/ws-issues.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'sonar-ws') 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; -- cgit v1.2.3