簡體   English   中英

JIRA和Subversion工作流程的集成

[英]Integration of JIRA and Subversion Workflow

我想知道是否有一種簡單或首選的方法可以使用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的字段中,因此我可以自動讓我們的質量檢查人員知道將bug固定在哪個內部版本中。

這是我可以輕松實現的嗎?

a)使用* -commit鈎子可以非常容易地完成,該鈎子使用它的API與Jira進行交互

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM