Hi!
How to get log and track a work of JIRA Webhooks? Is there any way to get the log?
I set up webhooks and made settings in how given here https://confluence.atlassian.com/jirakb/how-to-collect-data-for-atlassian-support-for-troubleshooting-jira-webhooks-397083035.html but I don't see any notes in atlassian-jira.log and any other log-file and on https://requestb.in site
Could somebody help me to figure out it?
You are absolutely right!
I checked and found lines in atlassian-jira.log files.
Thank you for reply!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmm... there is a thing... I catch an error 422.
What does it mean? Where I can it find out?
2018-02-19 13:34:23,971 Web-Hook-Publisher-1 DEBUG admin 792x1607x1 hkjsfa 192.168.100.170 /secure/QuickCreateIssue.jspa [c.a.webhooks.plugin.PublishTaskFactoryImpl$PublishTaskImpl] Posting to web hook at 'http://192.168.101.28:8010/developers/gitlab-project/branches?branch=versss&ref=master&private_token=zzzzzzzzzzzzzzzzzzzz&user_id=user1&user_key=user1', body is:
.......
.......
2018-02-19 13:34:24,082 httpclient-callbacks:thread-8 WARN anonymous [c.a.webhooks.plugin.PublishTaskFactoryImpl$PublishTaskImpl] Client error - 422 when posting to web hook at 'http://192.168.101.28:8010/developers/gitlab-project/branches?branch=versss&ref=master&private_token=zzzzzzzzzzzzzzzzzzzz'
2018-02-19 13:34:24,082 httpclient-callbacks:thread-8 DEBUG anonymous [c.a.webhooks.plugin.PublishTaskFactoryImpl$PublishTaskImpl] Body is
.......
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
...I try to create a branch(with name of JIRA issue key) on GitLab server located in the local network using a webhook.
I think it's because of authentification problem. For example "private_token=" expression but without it I see the same error ...
I can't find what is this error 422 mean? =(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I figured it out.
I just learn how REST API works. That’s why I thought the expression in curl and webhook is different. Actually it the same.
I used wrong URL in webhook: http://<address:port>/developers/gitlab-project...
I should use: http://<address:port>/api/v4/projects...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am looking for logging mechanism for webhook to understand that it failed or successfully sent the data to the receivers end. Is there any article to follow? Can we get alert generated in Jira itself in case of webhook failure?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.