Comments
1 comment
-
SQL Source Control is an integration between your database and version control. Assuming you're using Git (most people are these days), then what you need is integration between Git and JIRA. Something like Smart Commits could work?
Add comment
Please sign in to leave a comment.
My company is using Redgate source control and JIRA and I was wondering if there is a way to integrate the two together.
For example, if someone checks in and pushes their code, they can create a JIRA ticket using source control redgate and assign the ticket to someone as part of the committing the changes. So once code has been committed and pushed to development a ticket is created and assigned to another party to review the changes and deploy the code to production using red gate.
As anyone implemented anything similar to that?