Skip to content

Fix sidebar issue labels not linking properly on Jira issue details page

What does this MR do?

Feature is currently behind the feature flag jira_issues_show_integration.

This MR updates the link of the labels in the sidebar on Jira issue details page. They now point properly to the Jira issues list page with the label applied. This new URL looks something like this:

http://127.0.0.1:3000/gitlab-org/gitlab-shell/-/integrations/jira/issues?labels[]=frontend

Screenshots (strongly suggested)

Jira_sidebar_with_labels

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 to #322455 (closed)

Edited by Justin Ho Tuan Duong

Merge request reports