We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
Atlassian Connector for Eclipse 提供了一种将 JIRA 数据导入 Eclipse 的方法。不确定它是否在提交屏幕上列出了问题。但是,您至少不必切换窗口。
atlassian connector for eclipse provides a way to import JIRA data into eclipse. Not sure if it lists the issues on commit screen. However, you won't have to switch windows at least.
另外两种可能性是:
a) JIRA Commit Acceptance Plugin
https://plugins.atlassian.com/plugin/details/289
它允许检查如果 JIRA 中确实存在该问题,并且可以选择是否已向提交者分配了该问题。
b) TortoiseSVN 插件
允许列出问题(使用 JIRA 过滤器)并指示正在完成哪个问题的提交
https://plugins.atlassian.com/plugin/details/10017
Two other possibilities are:
a) the JIRA Commit Acceptance Plugin
https://plugins.atlassian.com/plugin/details/289
It allows to check if the issue does exists in JIRA and optionally if the committer has been assigned the issue.
b) TortoiseSVN Plugin
Allows to list issues (using a JIRA filter) and indicate for which issue the commit is being done
https://plugins.atlassian.com/plugin/details/10017
尽管我坚信提交问题链接应该在服务器端处理(而不是通过信任 SVN 客户端),但 Francis 的回答中提到的 JIRA Commit Acceptance Plugin 并没有维护几年。
今年早些时候,我们分析了它的缺点,并构建了一个新的 JIRA 插件来使用所有现代 JIRA 功能来解决相同的问题,例如:
(完整比较可在此处查看。)
新插件名为 提交政策可从 Atlassian Marketplace 获取!
(Diclr:我是一名同时开发旧版和新版附加组件的开发人员。)
Although I strongly believe that the commit-to-issue linking should be handled in the server-side (not by trusting the SVN client), the JIRA Commit Acceptance Plugin mentioned in Francis' answer is not maintained for several years.
Earlier this year we analyzed its shortcomings, and built a new JIRA add-on to tackle the same problem using all modern JIRA features, like:
(The full comparison is available here.)
The new add-on called Commit Policy is available from the Atlassian Marketplace!
(Diclr: I'm a developer working on both the old and the new add-ons.)