Resolve 500 error for Jira issue regex
requested to merge 413002-500-when-creating-mrs-and-jira-integration-configured-with-jira-issue-regex into master
What does this MR do and why?
We're still experiencing issues with the custom jira_issue_regex
, therefore we had to update JiraIssueKeyExtractor
.
In case of the customer's entry, we are using Gitlab::UntrustedRegexp
, due to different class, we have to use scan
in reverse way.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #413002 (closed)
Edited by Bojan Marjanovic