Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Project Automation Web Request comment when failing

Michael Munson
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 22, 2020

Currently we are using Project Automation to send a web request. Based on the response code of the webhook we are commenting on the ticket (if 200 comment success else comment failure). This seems to work great unless we get a 401, 500 etc error code. 

Untitled.png

When a 500 or 401 error is thrown the rule errors out in the web request step and never hits the if/else steps.

Untitled2.png

Is there a way to comment to a ticket when the the web request set fails?

1 answer

0 votes
Yvan Martin
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 29, 2020

Hi Michael,

Developer from Automation here.

Currently our web request action does not currently support continuing after receiving an error status (non-200 request code), and will result in an error in your rule.

In the future we hope to add an option to continue running and allow you to branch on the status like you mentioned, we have an existing improvement item, but it isn't been prioritised at this time: https://codebarrel.atlassian.net/browse/AUT-521 

Thanks.


Paul Zah
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 14, 2021

@Yvan Martin This is a serious issue for us because the send-web-request automation is basically broken at this point:
* the connection is considered to be always kept open; if a second message comes after the connection was closed, the request is considered failed (with a 500 response code) because the connection is considered unavailable instead of a new connection being opened
* we cannot put in a retry because the step closes the execution at the point of receiving this error

This is not a usable automation tool.

Like # people like this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events