Hi!
I'm trying to create a Jira automation that sends a web request to an API endpoint and adds the response to the original issue.
I know my request should work(I tested it both with python requests and burp), but when I run it via Jira I get the following error -
<Code>SignatureDoesNotMatch</Code><Message>The request signature we calculated does not match the signature you provided. Check your Google secret key and signing method.</Message>
I even went as far as setting up my own server to see exactly what the request looks like once It's out of Jira, and replicated it with all the additional headers I did not specify. It worked for me to run the request manually.
From everything I've read, It seems that the problem is that the signature is calculated before the squid proxy adds additional headers, and with said additional headers the old signature is no longer valid....
I have no control over the proxy or the calculation of the signature so I'm a bit lost for a solution and will appreciate any input :)
Hi @Dina Teper , welcome to the Community!
This sounds like an interesting situation. Are you able to share some more information about the service receiving the webhook, and confirm you're on Jira Cloud (url like "yoursite.atlassian.net") vs an on-prem instance (url like "jira.yourdomain.com")? Jira Cloud doesn't use squid proxy in its outbound requests, so I'm interested to know where this additional piece is.
Thanks,
Daniel | Atlassian Support
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.