Skip to content

Add assigned issues and pending todos count to /user_counts API endpoint

Wei-Meng Lee requested to merge weimeng-user-counts-api into master

What does this MR do?

Adds assigned issues and pending todos counts to /user_counts API endpoint.

Screenshots or Screencasts (strongly suggested)

{
  "merge_requests":11,
  "assigned_issues":15,
  "assigned_merge_requests":11,
  "review_requested_merge_requests":0,
  "todos":1
}

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Wei-Meng Lee

Merge request reports