QA Issues Update Action
This action permits to update selected QA issues.
The action is configured as follows:
type | "QaIssuesUpdate" | string, Mandatory |
| locale | The language of the text for which to update QA issues. | string, Mandatory |
| rules | Optional. Selects the rules assigned to the issues to update: An array of QA rule ID numbers. See also Searching - QA issues
CODE
| int[]?, Optional |
| severity | Optional. Selects the severity of issues to update.
Example:
CODE
| int[]?, Optional |
| dismissed | Optional.
| bool?, Optional |
| adjustTextStatus | Optional, default is false. If true then the text status is adjusted for the issues (after any filtered issues are updated):
Note: The text status is only changed if issues were actually updated by the action. | bool, Optional |
| newDismissed | Optional. Change dismissed status for any of the issues selected with the filters above.
| bool?, Optional |
| newSeverity | Optional. Change issue severity for any of the issues selected with the filters above.
| int?, Optional |