0

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

这是我可以轻松实现的吗?

4

2 回答 2

0

如果您碰巧使用FishEye并安装了JIRA FishEye 插件,您可以:

于 2012-11-30T21:23:46.357 回答
0

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

于 2012-11-30T06:21:40.700 回答