Webhook comment data issues

Hi there,

Please let me know if you’re not happy with the way I create topics and if I should create them in a different way or post bug proposals somwhere else.

Following was tested on today’s unstable build.

Issue #1

  • Webhook: task.comment.created
  • Issues:
    • Assignees on the tasks [null] even though there is an assignee there on the task.

Issue #2

  • Webhook: task.comment.deleted
  • Issues:
    • Assignees on the tasks [null] even though there is an assignee there on the task.
    • Doer is empty (it’s not visible who deleted the comment)

Issue #3

  • Webhook: task.comment.edited
  • Issues:
  • Assignees on the tasks [null] even though there is an assignee there on the task.

Thanks for the report. I think this is caused by the way the events are triggered. I’ll take a look.

It’s all great the way you do it!

Fixed in 8752ae2a0b - please check with the next release if the problem went away.