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 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!