Skip to content

Display blocking issue count on issues in list

What does this MR do?

Applies to the Vue issuables list (feature flag :vue_issuables_list) Also requires the feature flag :blocking_issues_counts

  • Update the issues api endpoint to return blocking_issues_count.
  • Add issue-block icon to display blocking issues count for issuables
  • Switch out the bootstrap utility classes used in issuable.vue with the corresponding gl- counterparts (to the extent possible)
  • Use data-testid in place of js- classes in the jest spec.

Screenshots

demo-blocking-issues2

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • 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

Issue #217569 (closed)

Edited by euko

Merge request reports