can we search for filenames on the Subversion Commits tab?
Create a scripted custom field based on the content of what the IssueTabPanel implementation in the subversion plugin returns. You should look how the getActions() method is implemented and what kind of IssueAction classes it returns. I'm sure these classes will tell you how the Subversion plugin gets the committed files for an issue.
This list of files should be returned as value of the scripted custom field, maybe linefeed separated. If you configure a text searcher on the field you should be able to search for the file name.
Of course the best solution would be if the subversion plugin provided a custom field which returned a list of files names changed in any commit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.