Webhook address is invalid when using JIRA as a trigger

Hey,

When I try to use JIRA as the trigger for a new workflow, I’m getting an error immediately after executing the node.

It seems that JIRA requires the webhook to be HTTPS.

Any assistance would be greatly appreciated!

Error msg:

Jira Trigger: 400 - {"messages":[{"arguments":["Invalid Webhook URL: n8n.internal.prod.connecteam.com/webhook-test/3eb46690-d7b1-4a69-9a99-XXXXXXXXX/webhook."],"key":"url"},{"arguments":["Invalid URL. The only allowed protocol is HTTPS."],"key":"url"}]}

Hey @Or_Shaked hope you are doing great! and welcome to the community!

Are you able to share your webhook configuration? In my experience I would expect that your webhook url looks like https://whatever.com/webhook-test/3eb46690-d7b1-4a69-9a99-XXXXXXXXX . This webhook url depends also of your SSL configuration so I wonder if you are using a self hosted installation?

Happy to read your comments!!

Hi @Gonzalo_Romero_Herna , tnx for your help!

Sure, here is the webhook configuration of the node itself, something that we need to set from the Admin scetion?

Happy to help @Or_Shaked ! Could you please verify the value of your WEBHOOK_URL environment variable. This should be something like https://n8n.internal.prod.connecteam.com It’s important to include the https protocol, if don’t please try by updating it and rebooting your instance!

1 Like

Thanks a lot @Gonzalo_Romero_Herna , it works!

Awesome @Or_Shaked ! Cheers :clinking_beer_mugs:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.