How do you Query source tab/changesets in Jira?

Julio Mugabe July 15, 2011

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...

1 answer

0 votes
Vishwajeet Singh
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 9, 2012

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.

Suggest an answer

Log in or Sign up to answer