Allow custom regex patterns for linking external issues #3468
Labels
issue/confirmed
Issue has been reviewed and confirmed to be present or accepted to be implemented
type/enhancement
An improvement of existing functionality
type/feature
Completely new functionality. Can only be merged if feature freeze is not active.
Milestone
[x]
):Description
For external issue tracker: alphanumeric issue recognition does not work when:
BLG5-456
'BLG-456'
or"BLG-456"
BLG-123/BLG-564
(first key is recognized, second one not)We think implementing so many additional 'rules' could lead to many false positives.
Thus we propose to add a third External Issue Tracker Naming Style for specifying custom patterns to apply for matching issue keys. Then we could specify a pattern like
(WP-\d+)|(BLG5-\d+)
ourselves.The matched group should then be used for replacing
{index}
in the External Issue Tracker URL Format.The text was updated successfully, but these errors were encountered: