diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-08-11 07:42:04 +0200 |
---|---|---|
committer | Janos Gyerik <janos.gyerik@sonarsource.com> | 2017-09-12 10:59:55 +0200 |
commit | 09a2697f50fd4cf2895c7d62957fcb1f4852fe52 (patch) | |
tree | b32e612d7949541150da6c7259edc7e6c3f44557 /sonar-ws | |
parent | 51d27511afe2e90b3843d3f1248a54f06215129b (diff) | |
download | sonarqube-09a2697f50fd4cf2895c7d62957fcb1f4852fe52.tar.gz sonarqube-09a2697f50fd4cf2895c7d62957fcb1f4852fe52.zip |
SONAR-9616 Return component branch in api/issues/search
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 ce03b0180d7..a7974885424 100644 --- a/sonar-ws/src/main/protobuf/ws-issues.proto +++ b/sonar-ws/src/main/protobuf/ws-issues.proto @@ -182,6 +182,7 @@ message Component { optional string path = 8; optional int64 unusedProjectId = 9; optional int64 unusedSubProjectId = 10; + optional string branch = 12; } // Response of GET api/issues/changelog |