Skip to content

Fix missing page_bundles CSS for Jira issues list page

What does this MR do and why?

  • Fix missing page_bundles CSS for Jira issues (removed in !105829 (merged)).
  • Also remove issues_list.scss as its styles can be moved to use GitLab UI util classes.

This fix applies for both Jira and ZenTao.

Changelog: fixed

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
Jira_issues_before Jira_issues_after

How to set up and validate locally

  1. Go to Project > Settings > Integrations > Jira and setup the Jira integration (http://127.0.0.1:3000/gitlab-org/gitlab-test/-/settings/integrations/jira/edit) and check the Enable Jira issues option in Issues section.
  2. Go to Project > Plan > Jira issues (http://127.0.0.1:3000/gitlab-org/gitlab-test/-/integrations/jira/issues).

Related to #427600 (closed)

Edited by Justin Ho Tuan Duong

Merge request reports