-
Suggestion
-
Resolution: Unresolved
Problem
Currently, once an Incoming webhook is configured, an external app sends the webhook -> more steps will be taken inside Jira -> there is no response back to the external app stating the end result of the actions.
Why is it important?
Without this, the current implementation is one-way, and the calling initiator does not even know if the internal logic of the webhook has been completed successfully.
Suggested resolution
Provide a way to send a response back to the original app that called the incoming webhook:
- Send a response code of success \ failure
- Send additional data from the endpoint