Jira automation - webhooks blocked by proxy squid with error 403

Timur Khananiev
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 14, 2021

Hello community,

I am trying to run Jenkins jobs based upon Jira changes. Using the same headers  I can make it work with postman.

jira_issue.PNG

According the response seems like proxy squid blocks all request with 403 error:

jira_issue1.PNG

 

I suppose any issue with authorization. Authorization Basic header is "<EMAIL>:<API_TOKEN>" encoded to base64. What am I doing wrong?

1 answer

0 votes
Fazila Ashraf
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 15, 2021

Hi @Timur Khananiev 

403 is not about password but about access.

Can you check whether the account is locked or something? And whether it has the right access to do it?

Timur Khananiev
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 15, 2021

Hi @Fazila Ashraf 

Account is active, and has admin rights on project. I see that HTTP request blocked by the atlassian proxy squid and and doesn't even reach the destination. 

Suggest an answer

Log in or Sign up to answer