I'm trying to setup smart commit integration between bitbucket and JIRA.
If I reference the JIRA ticket in my commit message I can see the commit under development (ie. it says 2 commits) however I'm unable to get it to automatically post the details of the commit message as a comment in the ticket.
If I tag it with "#comment" it will post the text as a comment but in previous implementations I've been able to just commit and the entire commit (sha, author, message) would be posted as a comment. Is this possible with smart commits?