jira-ci-cd-integration icon indicating copy to clipboard operation
jira-ci-cd-integration copied to clipboard

Issue key regex matches invalid Jira keys

Open Deadleg opened this issue 3 years ago • 1 comments

Stumbled upon this when we had a commit message with the date 2022-02. The issue is with the usage of \w which matches letters and numbers.

Deadleg avatar Feb 17 '22 23:02 Deadleg

Good catch

rohit-gohri avatar Feb 20 '22 09:02 rohit-gohri