Skip to content

Resolve "Jira Connect integration fails for branches with slashes"

What does this MR do?

Change the branch ID we send to Jira so that it doesn't throw an error when there are special characters.

We use a SHA256 hash of the branch name so that it's still unique per branch name while being alphanumeric.

The ID is used by Jira to determine uniqueness of the branch so that it knows whether to add / update this dev info. It is not used for display in the UI.

Screenshots

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

#35130 (closed)

Edited by Markus Koller

Merge request reports