zulip/zerver/webhooks/trello
Steve Howell 1a011b2adb trello: Ignore dueComplete field.
It's possible that this is a new name for the "due"
field, but it's not totally clear.

In the exception we saw in the field:

    payload['action']['data']['old']['dueComplete'] = False
    payload['action']['data']['card']['dueComplete'] = True
2020-08-24 12:34:46 -07:00
..
fixtures trello tests: Generalize test for createCheckItem. 2020-08-24 12:34:46 -07:00
view trello: Ignore dueComplete field. 2020-08-24 12:34:46 -07:00
__init__.py Webhook: Remove duplicate trello code. 2017-08-08 15:55:09 -07:00
doc.md integration docs: Remove angle brackets from trello bash command. 2019-09-19 17:48:16 -07:00
tests.py trello: Ignore dueComplete field. 2020-08-24 12:34:46 -07:00