Hi, I am using Scriptrunner pre-hook "Require commits to be associated with a JIRA issue", but even after enabling the hook it is allowing all commits. It is not checking for any Jira issue key is added in the message or not. I even tried with adding 'return false' in the condition, then also all commits are adding and hook is not rejecting it.
Please help me to find what's wrong in my approach _/|\_