Skip to content

Resolve "Add table to Issues Analytics"

What does this MR do?

Make the charts in the Issue Analytics at the Group level active, where clicking on any bar in the chart, executes a query to display the list of issues associated with the bar that was clicked. These issues would be sorted by update timestamp, with the most recently-updated at the top. For example, if I click the month of January, then query all Issues for the Group and only display the issues that were created or closed within the month of January.

The table will load the top 100 issues for the supplied filters.

This MR is aimed at adding the table based on global page filters.

Screenshots

Page Label popover Label popover tooltip Assignee tooltip
Screenshot_2020-05-15_at_14.59.50 Screenshot_2020-05-15_at_15.00.04 Screenshot_2020-05-15_at_15.00.36 Screenshot_2020-05-15_at_15.00.24

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

Related Issue

#216538 (closed)

#196547

Edited by Brandon Labuschagne

Merge request reports