There is a issue with jira workflow in combination with crucible.
I would like to set a state from open to active in my jira workflow whenever I commit to a specifc issue nr in jira.
I have the following structure as svn:
svn://myrepo
consist of the following folders
trunk
branches/master_branch
branches/branch_fix1
When I add a trigger rule with: Commit created Automatically transitions the issue when a related commit is made in a connected repository in my workflow it never gets triggered.
As example
I create a branch lets say branch_fix1 based on master_Branch and I commit a fix to this branch including the issue nr displayed in jira as log message.
when I look at the issue in jira I see a new commit tracked by Jira. But the the trigger dont get executed or noticed and the workflow stops.
The only case when the triggering works is closing a review or abandon a review
Why isnt this happening, could someone put me in a clear direction?