-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Trigger - Other
-
Jira Software
Use case
When using the trigger "incoming webhook" we can access the payload via smart value webhookData
However, if the data is encrypted via HMAC-SHA1 we need a solution that would allow us to decrypt the payload. Currently trying to access webhookData an error is shown in that scenario "There was an error when trying to parse the webhook body to JSON".
Suggested solutions
Add the ability to decrypt the data from the Incoming webhook trigger.