jira-ci-cd-integration
jira-ci-cd-integration copied to clipboard
Issue key regex matches invalid Jira keys
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.
Good catch