I have to fetch the SVN commit messages of a particular issue of JIRA.(https://jira2.####.com/browse/ABCD-1234)
issue key is= ABCD-1234
Can I get some help of API or any link or any method regarding how to fetch the commit messages?
Any Crucible/JIRA/SVN API will be helpful in this case.
Run the
svn logcommand with the--searchand--search-andarguments. For example, run the following command when you need to view the commits that reference issue PROJECT-1234:svn log --search PROJECT-1234 https://svn.example.com/MyRepo/MyProject