集成JIRA和Subversion工作流程

时间:2012-11-30 05:37:32

标签: 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 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返回构建号,并将其标记为已解决后将其放入bug的字段中,这样我就可以自动让我们的QA人员知道哪个构建号是一个bug已修复。

这是我能轻易实现的吗?

2 个答案:

答案 0 :(得分:0)

a)使用* -commit钩子可以很容易地完成,它与Jira交互,使用它的API

答案 1 :(得分:0)