Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi all, I am new to JIRA webhook and want to capture all events. As per link below
https://developer.atlassian.com/server/jira/platform/webhooks/ , I have registered my url here.But when I change in any issue, webhook fires the event but it is sending user_id and user_key in post request . I am unable to see event information. Can any one tell me where the problem is?
Hi !
Same issue for me, did anyone find a solution ?
As explained in another post, the pb is not on Jira side but on the webhook side : https://community.atlassian.com/t5/Jira-questions/JIRA-Webhook-sends-no-data/qaq-p/144166
You have to decode properly the POST data (raw input in my case for my python module)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same issue. Can someone help, please?
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.