Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mark a Jira ticket fixed from within an SVN commit

Tags:

svn

jira

I was wondering if its possible to have Jira update a ticket's status to fixed based on parsing an SVN commit and finding Fixed or some other flag in conjunction with the Jira Id? It seems the Jira svn plugin will list the commits that contain a particular ticket id so maybe this is not too much of a stretch. Anyone use this kind of thing with Jira and SVN?

like image 261
sgargan Avatar asked Sep 28 '10 02:09

sgargan


2 Answers

  • Google Code tracker/SVC integration does that
  • Some nice Use cases including offline work
  • Jira Studio does this out of the box, called Actioning Issues via Commit Messages
  • It is possible (though not quite easy) to add it to Jira
    • It refers to the Atlassian Dragon Quest
like image 134
Vladimir Alexiev Avatar answered Nov 04 '22 13:11

Vladimir Alexiev


This https://plugins.atlassian.com/plugin/details/10017 may be the one you are looking for

like image 3
Alex Avatar answered Nov 04 '22 13:11

Alex