Fabio, it seems that we simply cannot do more than this... -------- Original Message -------- Subject: RE: Actioning JIRA issues via SVN commit messages Date: Fri, 24 Feb 2012 20:36:41 +1000 From: Gavin McDonald <ga...@16degrees.com.au> Reply-To: <ga...@16degrees.com.au> Organization: 16 degrees To: 'Francesco Chicchiriccò' <ilgro...@apache.org>, <infrastruct...@apache.org>
> -----Original Message----- > From: Francesco Chicchiriccò [mailto:ilgro...@apache.org] > Sent: Friday, 24 February 2012 8:19 PM > To: infrastruct...@apache.org > Subject: Actioning JIRA issues via SVN commit messages > > Hi all, > I have a newbie question about SVN / JIRA integration at ASF. > > Can I action issues in JIRA via Subversion commit messages? > > For example, I expected SYNCOPE-7 to be resolved and closed after > launching the following command: > > svn commit -m "SYNCOPE-7 #resolve #close #time 4d" > > After a while I could see SYNCOPE-7 updated with my commit, but still open, > unresolved and without any work log reported. > (Lately SYNCOPE-7 was manually closed, if you are going to check there). > No you can't do that. The commit message containing the Jira issue number will add the commit message and the revision number to the subversion tab on the jira issue, but nothing else. Gav...