I am using the "no unreviewed changesets" and "no Open Crucible reviews" transition conditions to prevent tickets from being closed if commits have not been reviewed in Crucible. This works really well until there is a merge commit that has a commit message containing the JIRA issue id. This commit will show up on the issue page because the merge commit message contains the JIRA issue id. This is expected, however, this merge commit will block the ticket from being closed because the "no unreviewed changesets" wants it to be reviewed but Crucible does not support reviewing merge commits. Is there any better method to make the ticket closed?