Is it possible to resolve a case using a commit message -- i.e. have Kiln do it for me when it sees a certain type of message?
|
7
1
|
|||||||
|
|
3
|
You can add "BugzId:#" or "Case:#" to commit comment and you will have nice bidirectional link between the changeset and specified case. But it doesn't "resolve" the case in terms of FogBugz, you should do it explicitly. See: |
||
|
|
|
1
|
The only way to do this that I am aware of is to have a commit hook that will look for specific things in a commit message and based on what it finds use the FogBugz API to modify related cases. |
|||
|
|
1
|
The bugtraq api can do that from your local commit into Mercurial. See my question at the Fogbugz exchange. I don't know of a plugin that does it ... yet. More details about Bugtraq from the TortoiseSVN site. This has been ported to TortoiseHg. |
||
|
|