You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by Tim Williams <wi...@gmail.com> on 2005/09/14 14:50:56 UTC

subversion and jira integration

I just saw that one of our issues was used as an example of subversion
integration with JIRA and I don't know how it was done.  The
"Subversion Integration" part of JIRA docs is not very helpful.  How
do we "link" subversion commits to a JIRA issues like this:

http://issues.apache.org/jira/browse/FOR-528?page=all

--tim

Re: subversion and jira integration

Posted by Ross Gardler <rg...@apache.org>.
Tim Williams wrote:
> I just saw that one of our issues was used as an example of subversion
> integration with JIRA and I don't know how it was done.  The
> "Subversion Integration" part of JIRA docs is not very helpful.  How
> do we "link" subversion commits to a JIRA issues like this:
> 
> http://issues.apache.org/jira/browse/FOR-528?page=all

Just put the issue ID in your commit message.

Good you spotted this, we really need to do more than this, we tend to 
do it when we are doing a specific fix (i.e. applying a patch), but we 
don't do it on partial solutions for larger issues.

Ross