Is there a way to get the webhook event payload when an issue is created/updated/deleted with same data as the data provided by REST api for an issue.
The webhook payload is
{ "timestamp" "event" "user": { --> See User shape in table below }, "issue": { --> See Issue shape in table below }, "changelog" : { --> See Changelog shape in table below }, "comment" : { --> See Comment shape in table below } }
When you update an issue the webhook event only sends changed state "from" and "to" but it does not send the user who made that change. Whereas the rest api with expanded changelog will provide the author of the changelog as well.
Whereas the REST API provides ( with expand:["changelog"] fields )
{
"expand":"operations,versionedRepresentations,editmeta,changelog,renderedFields", "issue": { "fields": { },
"changelog" : { }, } }
Is there anyway to customize the webhook to send the data as similar as the rest api.
Since 3+ years have passed since this initial questions, did you looked at the new API to see if you find the answer your are looking for?
@Alex Koxaras -Relational- I'm facing the same problem, via API I can pass the parameter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Nick Haller i think i got the same question here.. would you mind to give us an advice? thankyou
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.