JIRA Subversion 插件在哪里存储数据以及如何提取它?
我正在使用 Subversion JIRA 插件并且需要查询给定问题的文件更改和提交。它存储在 xml 文件中还是 JIRA 数据库中?我可以从哪里开始寻找?
谢谢!
I am using the Subversion JIRA Plugin and need to query the file changes and commits for a given issue. Is it stored in an xml file or the JIRA database? Where can I start looking?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您已将 JIRA 安装在“C:\program files”中,则 JIRA 问题和 subversion 提交之间的映射存储在:
C:\Program Files\Atlassian\Application Data\JIRA\caches\indexes\plugins\atlassian-subversion -revisions
不幸的是,这些文件没有保存为 Xml,因此,使用它们并不那么容易。
If you’ve installed JIRA in “C:\program files”, then the mapping between JIRA issues and subversion commits is stored in:
C:\Program Files\Atlassian\Application Data\JIRA\caches\indexes\plugins\atlassian-subversion-revisions
Unfortunately, the files are not kept as Xml, so, it is not so that easy to use them.