JIRA SVN Plugin

Michael King October 5, 2012

Hello, I am using Jira OnDemand for our project and need to integrate with our SVN repository. I cannot figure out how to install the SVN pluggin into JIRA, and the UPM does not give me the option. Is there any way I can get this integrated?

Thanks!

Mike

2 answers

1 accepted

0 votes
Answer accepted
Christian Studer CST October 8, 2012

Like Nic said, you don't get plugin authorizations for OnDemand. But you can get some integration with the help of the REST-API and SVN-hooks.

We currently use a post-commit-hook in our repository to check commit messages for issue keys and append the commit message to that issue. We also add a link back to our WebSVN installation for this revision to the comment.

With this one simple script, we've got a poor-mans-fisheye going.

Michael King October 8, 2012

Sounds good! Thanks very much for the advice Christian! That might be our best option then.

1 vote
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 6, 2012
Michael King October 8, 2012

Oh, that's too bad. Thanks for the answer Nic.

Suggest an answer

Log in or Sign up to answer