You can now update findings status directly from a comment box using simple text command.
How to Use It
The syntax is simple. Just type the command below anywhere in your comment box (Cyver, Azure DevOps, Jira, API) using the following format:
`$command:value`
For example, to change a finding's status to `Accepted`, you would type `$status:Accepted`. The system will automatically detect and apply the command when you post your comment.
Change Finding Status
- Command:
$status:<status_name> - Description: Changes the finding's status to one of the available options.
- Example Usage - Type a comment in a ADO ticket that is linked with a Finding in Cyver:
This looks like a duplicate of ticket #123. Marking it as a false positive for now.$status:FalsePositive
Available Status Values
Use one of the following values for `<status_name>`. The values are not case-sensitive.
- Draft
- PendingFix
- Fixed
- ReadyRetest
- Accepted
- ToReview (feature dependent)
- Reviewed (feature dependent)
- Mitigated
- PartialFix
- FalsePositive
- Raised (feature dependent)
- ReOpen
- Acknowledged
- Identified