diff options
author | Michal Duda <michal.duda@sonarsource.com> | 2020-07-10 15:13:44 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-09-03 20:07:20 +0000 |
commit | 6b84d18a99ca282fc029d62f8807270537cf80ef (patch) | |
tree | 57128c2a3f4dc047b8d7729aba640d58a382a10a /sonar-ws/src/main/protobuf | |
parent | 8d9c4602c56ad138b22306b5ddac60e9fdf8c220 (diff) | |
download | sonarqube-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.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 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 { |