Hi, I am new to Jira.
My requirement is: When I approve a Jira story I need to trigger a script to run a few git commands. Is this doable?
Is there any plugin to help on this? Any example/documentation ?
If there is no plugin, I am thinking to use Groovy and ScriptRunner for Jira. Any suggestions?
I am not current on Git's API's, but I bet you could build an automation rule to do this if you didn't want to use SR; there is an action called "send web request" which you can use to hit endpoints directly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.