I am using the Subversion JIRA Plugin and need to query the file changes and commits for a given issue. Is it stored in an xml file or the JIRA database? Where can I start looking?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you’ve installed JIRA in “C:\program files”, then the mapping between JIRA issues and subversion commits is stored in:
C:\Program Files\Atlassian\Application Data\JIRA\caches\indexes\plugins\atlassian-subversion-revisions
Unfortunately, the files are not kept as Xml, so, it is not so that easy to use them.