How to mark an issue as resolved from the commit log?

Bitbucket already supports marking issues on commit using the Issues service. The issues service scans commit messages for commands which will automatically change the state of the relevant issue on the tracker. [snip] Examples: “… fixes #4711 …” # marks issue as resolved “… reopening bug 4711…” # marks issue as open “… refs ticket … Read more

tech