Skip to content

Commit e29ca0f

Browse files
miguel-ramirez-sonarsourcesonartech
authored andcommitted
SONAR-27510 Reserve fields in ws-issues.proto (Issue) to align with SQC
1 parent d014366 commit e29ca0f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sonar-ws/src/main/protobuf/ws-issues.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ message Issue {
171171
optional bool fromSonarQubeUpdate = 45;
172172
repeated string internalTags = 46;
173173
optional string linkedTicketStatus = 47;
174+
reserved 48, 49; // reserved for lastChangeAnalysisUuid and lastChangeSource
174175
}
175176

176177
message Transitions {

0 commit comments

Comments
 (0)