Supose I create a branch from an issue. Then I work and make commits with sourcetree to that branch. How can a do a smart commit within sourcetree making changes on that issue?
How can i create a branch on sourcetree that represent an issue jira?
Smart commits are a function of the app-link between Jira and Bitbucket.
To setup the app-link (if you haven't already):
The development panel in Jira can create branches related to an issue in Bitbucket. You can then use SourceTree to make a commit containing the Jira issue ID (e.g. git commit -m “JIRA-231 fix typo").
Separate from smart commits, SourceTree can use issue IDs to create a hyperlink to that issue. The settings to enable that are per-repository.
For a guide with screenshots, take a look at this post.
So, if I don't use commands, I can achieve this only with the commit message within source right ??
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.