jira with webhook do not give events but i have acces

Christoph Schwalbe April 20, 2016

Hi

i get get failure client error 400 when the webhook fires.

but if i send cmd with curl authentification passed, with the webhook i see in log file only anonymous action and that with the event failure 400 ... but why?

 

i tried sth ... rest api shows me what i need ... but the webhook not

2 answers

1 accepted

0 votes
Answer accepted
Christoph Schwalbe April 20, 2016

i solved with reading the answer Webhook not called. Why ?

mzeglarski
Nov 27, 2012


Hi Arthur,

can you please try to point your Webhook to http://postcatcher.in
 or similar service to check whether the POST content is available from 
there? Make sure that 'Exclude details' checkbox is not ticked.

Failed webhooks POSTs should be logged in catalina.out with the following message [webhooks.util.http.CachingHttpContentRetriever] Unable to post information to  'http://myurl.net'

Cheers,

Michal
0 votes
Christoph Schwalbe April 20, 2016

I think i was not really clear in my information.

JIRA Version is: 6.4.7 but i plan to use 7.1

Java Version is: 1.8.0_71

I use the Administration advanced entry -> Webhooks

to generate a webhook. I can reach this page but, it is allways empty

 

in log files i see that a webhook event is thrown, but it was thrown from anonymous user,

is some option i was missing to configure that webhook allways work with some other privileges?

 

Suggest an answer

Log in or Sign up to answer