Hi
I cant filter only issue of a runid.
This is my query:
query Run($runUid: UUID!) {
run(runUid: $runUid) {
createdAt
branchName
repository {
issueOccurrences {
totalCount
}
}
}
}
and this is the result:
{
"data": {
"run": {
"createdAt": "2025-03-12T14:29:33.512333+00:00",
"branchName": "deepsource-autofix-77f27084",
"repository": {
"issueOccurrences": {
"totalCount": 864
}
}
}
}
}
864 is all issues of project.