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 using JIRA automation rules to sync JIRA issues with GitLab. For this I am sending a web request to GitLab so that could get the issue assignee details, but I am receiving http 500 error. I use the same URLs in postman it works.
below is the URL(GET call)-
https://gitlabURL/api/v4/users?private_token=@@@@@@@@@@@&search={{issue.assignee.emailAddress}}
----------------
my idea here was when an issue is created in JIRA create in GitLab too,for that am using rules where in issue created in JIRA(trigger) then send web request(POST)
Also while doing a POST am receiving http 307(redirection) error.
below is the URL am using(POST call)
receiving http 500 for GET call and 307 for POST call
Kindly guide.
ThankYou.