Webhook Variables on Worklog delete event

Jennifer Mo March 5, 2018

Hi,

I've created a webhook for the "worklog deleted" event. My url looks like this:

http://host.de/webhook/mark_worklog_deleted.php?issueid=${issue.id}

 

I need to pass the issue.id (or issue.key) to my php script, but if I check the called url in my php script it looks like this:

/webhook/mark_worklog_deleted.php?issueid&user_id=<user>&user_key=<user>

As you can see the issueid is missing. Can anyone explain why this behaviour occurs and how I can get rid of it?

I've another webhook which listens to the "issue delete" event and also needs the issue.id variable. In this case everything works fine. 

 

Thanks for help :)

0 answers

Suggest an answer

Log in or Sign up to answer