Is there a way to automatically create a Jira ticket when a GitLab merge request is created and then place the ticket in a specific Jira workflow status?
Hi @Josh Busch
Welcome to the Atlassian Community!!!
Automation would basically look like this:
I hope it helps!
Regards,
Anthony
Thanks for the quick response!
I am not the most familiar with GitLab yet so I am not sure, but would "Pull Request Merged" also trigger when a Merge Request is initially created on the gitlab side of things?
To try to be as specific as possible, we are looking for when a Merge Request is created the ticket goes to “Ready in Review” status and when a Merge Request is merged it goes to the “Approved” status. Is this even possible?
Thanks,
Joshua
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Josh Busch ,
Adding to @Anthony Morais 's answer, these are the list of triggers available:
You can create 2 automation rules, one for "Pull request Created" and another for "Pull request merged" and based off those you can change the status accordingly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What exactly does "pull request merged" even mean? How can you merge a request? Isnt it the branch that is merged?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Josh Busch We are trying to do the same thing but for some reason, there was no merge request trigger, so nothing to automate the ticket's movement to review status. Did you ever find a workaround for that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.