我想知道是否有一种简单或首选的方法可以使用 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 人员知道修复了错误的内部版本号。
这是我可以轻松实现的吗?