Hi,
I am trying to use webhooks with GraphQL API.
I have successfully created a webhook that listens change_column_value event.
It works correctly for the columns present in the creation time of the webhook. For example, I change a column value webhooks makes a request including the correct details.
However, it does not behave this way when I change a value in a newly created column. The webhook sometimes makes requests to given URL and sometimes it does not.
To reproduce bug:
- Create webhook on a board.
- Change a column so that verify that you have successfully created the webhook.
- Create a new column - (no request is made to the webhook URL as expected)
- Change a value on the newly created column (sometimes a request is made to the given URL but sometimes no request is made)
Could you help me with this issue either by verifying the bug or suggesting a solution.
