JIRA と Subversion を使用して次のワークフローを実現するための簡単な方法または推奨される方法があるかどうか疑問に思っています。
どちらのアプローチが優れているかはわかりませんが、どちらでも問題ありません。
a) Developer Commits BUG-321 to SVN with bug # in commit comment,
which automatically transitions the issue's workflow state to "resolved"
**OR**
b) In JIRA, the developer attempts to transition BUG-321 to "resolved",
which triggers an event that forces the developer to commit code first
before the transition can happen
注 - 主な目標は、Subversion からビルド番号を取得し、解決済みとしてマークされたら、それをバグのフィールドに入れることです。これにより、バグが修正されたビルド番号を QA 担当者に自動的に知らせることができます。
これは私が簡単に達成できるものですか?