Skip to content

Change label link for Jira issues

What does this MR do?

Use label[]= as param instead of label_name[]=. This is to align with how the backend is handling these labels.

Screenshots

For example, this is what the old link would look like:

http://127.0.0.1:3000/gitlab-org/gitlab-shell/-/integrations/jira/issues?label_name[]=Integrations&label_name[]=Jira

And now it will be

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

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

Closes #228847 (closed)

Edited by Justin Ho Tuan Duong

Merge request reports