Svn JIRA和Subversion工作流的集成

Svn JIRA和Subversion工作流的集成,svn,workflow,jira,Svn,Workflow,Jira,我想知道是否有一种简单或首选的方法可以使用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 a

我想知道是否有一种简单或首选的方法可以使用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人员知道错误修复的版本号。

这是我很容易做到的吗?

a)使用*-commit hook可以很容易做到,它使用它的API与Jira交互,如果您碰巧使用并安装了,您可以: