Skip to content

Commit df3967f

Browse files
SLCORE-1525 allow changing status of SCA issues
1 parent df9633c commit df3967f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

API_CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313

1414
* Add a new `SCA_SYNCHRONIZATION` value in `org.sonarsource.sonarlint.core.rpc.protocol.backend.initialize.BackendCapability`. Clients using the feature need to declare it at initialization time.
1515
* Introduce a new `org.sonarsource.sonarlint.core.rpc.protocol.backend.tracking.ScaIssueTrackingRpcService` service and a `listAll` method
16+
* Allow changing status of SCA issues via `org.sonarsource.sonarlint.core.rpc.protocol.backend.sca.ScaRpcService.changeStatus`.
17+
* Required parameters are `configScopeId`, `issueId` and `transition`.
18+
* If transition is `ACCEPT`, `FIXED, or `SAFE`, a `comment` field is mandatory
1619

1720
# 10.25
1821

0 commit comments

Comments
 (0)