1.In jira automation, i have created one rule in which once the issue is created by name DT-1
2.when i create the branch by same name, issue will move from `todo` to `in progress` column, I created one more rule when i do merge from DT-1 branch to `develop` branch, issue will move from `in progress` column to `to dev` column. But when i commit more chnages to `DT-1` branch and merge it again to `develop` branch, issues moves from `to dev` to 'to stage' column which is not expected to me.
3.My requirement is, when i do commits to `DT-1` branch and merges to `develop` branch, ticket should remain in `To dev` column only, but when i merge ticket from `develop` branch to `stage` branch, then only it should move to `to stage` column.