Hey Guys, We have Stash and subversion integrated to Jira which gives us two tabs - source and subversion. I understand that by default subversion tab stores the data in lucene index rather than storing in the database. But is there a way I can search in Lucene indexes in jira(confluence does) ? or any other way to do it?
Guarav,
As far as I know, JIRA does not have this yet. If you are interested on the feature request: https://jira.atlassian.com/browse/JRA-28837
could not add my vote there. but thanks for responding.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Gaurav,
At the present is not possible, because the plug-in only stores a minimal information in Lucene and only when a issue key candidate is found in the commit message then the revision is stored. The rest of the data, like the changed paths in a revision, are retrieved from Subversion at real time. It means, even you could access to the lucene index, no useful information could be found there.
The good news are that I forked this project on BitBucket and it will support just waht you are asking for: I've replaced the lunene index by an Apache Derby database and it is fully compatible with any current configuration of the plug-in. The other major difference is that the fork stores the full history of the repositories, so you can search for any thing by using standard SQL.
Pablo.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.