aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main/protobuf
diff options
context:
space:
mode:
authorMichal Duda <michal.duda@sonarsource.com>2020-07-10 15:13:44 +0200
committersonartech <sonartech@sonarsource.com>2020-09-03 20:07:20 +0000
commit6b84d18a99ca282fc029d62f8807270537cf80ef (patch)
tree57128c2a3f4dc047b8d7729aba640d58a382a10a /sonar-ws/src/main/protobuf
parent8d9c4602c56ad138b22306b5ddac60e9fdf8c220 (diff)
downloadsonarqube-6b84d18a99ca282fc029d62f8807270537cf80ef.tar.gz
sonarqube-6b84d18a99ca282fc029d62f8807270537cf80ef.zip
SONAR-13597 Add new 'Scope' facet to list of issue facets
Diffstat (limited to 'sonar-ws/src/main/protobuf')
-rw-r--r--sonar-ws/src/main/protobuf/ws-issues.proto1
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 40c0921a813..a6bcbf32a6d 100644
--- a/sonar-ws/src/main/protobuf/ws-issues.proto
+++ b/sonar-ws/src/main/protobuf/ws-issues.proto
@@ -154,6 +154,7 @@ message Issue {
optional string externalRuleEngine = 33;
optional bool fromHotspot = 34;
+ optional string scope = 35;
}
message Transitions {