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.
Hello,
We are trying to make JIRA to be able to send some web requests towards other platforms via REST API. (it's something basic - meaning updating some fields taking into account some triggers from Jira)
We are trying to do this via automation for JIRA.
We managed to implement the "happy flow" but we have the following questions:
- in the situation when the called API doesn't send back any answer how should i manage it from A4J? (i presume i would have to make a retry mechanism taking into account a time counter)
- in the situation of a bad request (400) or of a server error (500) i would have to extract the code from the response and to make a retry
If you have any tips i would love to hear them.
Best regards,
Mihai