I want to only allow an Issue to transition to "Closed" if the Comments contains the string, "Test Notes".
I am doing something similar with a JQL query colour cards rule:
comment ~'Test Plan'
Is there a way to add this check to a transition condition?