get_high_severity_smells
Retrieve high-severity code smells from analysis, filtering by job name, commit hash, or project, and fall back to the latest results when no commit is provided.
Instructions
high severity smell 목록을 조회한다. commitHash가 없으면 최신 결과를 사용한다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 최대 반환 건수 | |
| jobName | No | Jenkins job name 필터 | |
| commitHash | No | commit hash 필터 | |
| teamProjectId | No | CodeVi team project ID 필터 |