0

Is there any tool available for mining JIRA (or other issue tracker) issues that exploit projects who make use of the JIRA plugin (or other plugin that can do the same) that connect repositories to the issue tracker and reproduce the results as databases?

An example of such tool for other issue trackers that mine issues and repositories is:

https://github.com/MetricsGrimoire/CVSAnalY http://tools.libresoft.es/bicho

However, they do not connect issues to source code commits.

Thanks.

1 Answers1

0

JIRA is equipped with plug-ins to connect to many source control systems, i.e. SVN and git. As an example, for SVN, there is plug-in that could be found here. This plug-in parses the commit messages of your SVN repository and searches for specific patterns to see if the commits are connected to a JIRA issue or not. This integration is also possible for SVN client tools such as TortoiseSVN. Take a look at this link to find more about integration of JIRA and TortoiseVN.

Community
  • 1
  • 1
Gupta
  • 7,679
  • 4
  • 29
  • 56
  • Hi, I am not sure if was I who did not understand right or if my question clear but: I am not looking for the plugin that integrates. I already know it exists. What I want is a tool like bicho that makes use of such plugins and link files to issues and generate the data in a database. Bicho do mine repositories and transform into databases but it does not connect file to issues. Thanks for replying! :-) – Oeufcoque Penteano Oct 26 '12 at 21:13
  • Take a look at jira tables. There may be a set of tables that map issues to files in such a way that you need. In addition, you need a very specific tool that I do not think could be found on the web. I propose you to get the bicho tool and customize it for yourself. – Gupta Oct 27 '12 at 05:53