I'm facing the issue to implement the regex in the JIRA Policy section of control freak , I want to implement the regex to accept the JIRA issues if it matches to this string "DEFECT_ID:CIP-12345" the same regex i have been using in many of the python scripts its working but in control freak plugin its not working for JIRA Policy section .
Bitbucket version : Atlassian Bitbucket v5.13.1
Control Freak Plugin version : v. 2018.10.10
My Regex : (^DEFECT_ID\s:(\sFI-[0-9]+)+) Input pattern : DEFECT_ID : FI-1234 FI-34567
Could you please help me to resolve this ?
Error message :
Writing objects: 100% (4/4), 424 bytes, done. Total 4 (delta 1), reused 0 (delta 0) remote: remote: Control Freak remote: ----- remote: Commit 230c2c60c25784f9 rejected. remote: remote: Commit messages must satisfy the configured regex. remote: Failed Regex: ((^DEFECT_ID\s:(\sFI-[0-9]+)+)) remote: ----- remote: