The content on the source tab on a jira issue is not stored a field, if it were the we would be able to create a filter of X number of source code revisions are related to a given jira issue. Any know how to go about this issue...
Subversion plugin does not store the data in database it's stored in lucene indexes, so if you want to query the same you would need to write an custom field multi revision field, which takes a revision number and returns issues related to tha revision.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.