You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi.
I am struggling with the combination of GitLab and Jira. First I tried using WEBHook but this method has a lot of limitations (e.g. no way to pass API token). "Send web request" has richer possibilities.
I managed to set the correct address to which HTTP requests are sent and a new branch in GitLab is created. Unfortunately when testing the rule I get the error "Response 301 Moved Permanently". I am trying to figure out what this error is about. In the console I get the error: "Failed to load resource: the server responded with a status of 400 ()"
(adress of my jira website is hashed)
Could someone please explain to me what this error is about? And is it even possible to run a webhook that will allow you to create a branch in a gitlab?