Associate commit to Bitbucket Issues

1

With Bitbucket it is possible to work with "Issues", where in the case could be used as "tasks / bugs / etc ...". My question would be whether it is possible to associate one or more commits with certain "Issues".

If it is not possible, is there a tool that allows you to work in this way?

    
asked by anonymous 15.05.2015 / 13:57

1 answer

3

Yes, you can use #<issue-number> in the commit message, just like in GitHubt.

Example taken from the documentation:

  

fixes # 6, resolve ticket # 5 and see ticket # 9 and ticket # 5 in the tracker

Documentation: Resolve issues automatically when users push code

Make sure you have Settings > Hooks appears a hook called Issues .

    
15.05.2015 / 14:19