Need JIRA to perform automatic actions once svn commits

Ankita Sharma June 8, 2016

Once svn commits data related to an issue in JIRA, the commit details are visible in JIRA, at that time I need to automatically move status of an issue in JIRA from A to B.

How is it possible?

1 answer

0 votes
Abhishek Kumar June 8, 2016

First of all, you need to create Application Link from JIRA to SVN and vice-varsa so that JIRA  and SVN can talk.

Once this is done, commit details will be visible in Development Tools in JIRA based on your access to JIRA.

 

You will need to manually move your issues to status A to B.

Or

Write a groovy script, which can change the status of an issue when commit id is visible for the same issue/ story in Development Tool in JIRA.

Suggest an answer

Log in or Sign up to answer