Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(service): count of issue match by severity for list of services #491

Open
1 task
MR2011 opened this issue Feb 21, 2025 · 0 comments
Open
1 task

feat(service): count of issue match by severity for list of services #491

MR2011 opened this issue Feb 21, 2025 · 0 comments

Comments

@MR2011
Copy link
Collaborator

MR2011 commented Feb 21, 2025

Task Description

Show the total number of issueMatches by serverity for a list of services.

query($filter:ServiceFilter) {
  Services(filter: $filter) {
    totalCount
    issueMatchCounts{
      critical
      high
      medium
      low
    }
    edges{
      node{
        id
      }
    }
  }
}

Acceptance Criteria:

  • API returns expected counts

Expected Test:

  • DB layer test for query
  • E2E query test for expected counts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant