From 603ebbe3007b850f7a30755115eefc16b1bb7d1a Mon Sep 17 00:00:00 2001 From: Sébastien Lesaint Date: Mon, 9 Dec 2019 18:10:28 +0100 Subject: SONAR-12718 use User for author and assignee in api/hotspots/show --- sonar-ws/src/main/protobuf/ws-hotspots.proto | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sonar-ws') diff --git a/sonar-ws/src/main/protobuf/ws-hotspots.proto b/sonar-ws/src/main/protobuf/ws-hotspots.proto index a4ce5baed97..d67bc02ef6d 100644 --- a/sonar-ws/src/main/protobuf/ws-hotspots.proto +++ b/sonar-ws/src/main/protobuf/ws-hotspots.proto @@ -60,9 +60,8 @@ message ShowWsResponse { optional string resolution = 6; optional int32 line = 7; optional string message = 8; - optional string assignee = 9; - // SCM login of the committer who introduced the issue - optional string author = 10; + optional sonarqube.ws.commons.User assignee = 9; + optional sonarqube.ws.commons.User author = 10; optional string creationDate = 11; optional string updateDate = 12; optional sonarqube.ws.commons.TextRange textRange = 13; -- cgit v1.2.3