zulip/zerver/webhooks/clubhouse/fixtures
Eeshan Garg 5057406f16 webhooks/clubhouse: Extract story labels from actions.
Apparently, Clubhouse has two different payloads for story label
changes, one where the label name lives inside the "references"
object, and the other where it lives inside the "actions" object.
Their webhook API is still in beta, so this could just be a bug.
Anyhow, we should support both.
2019-01-24 20:08:59 -03:30
..
epic_create.json
epic_create_story.json
epic_delete.json
epic_update_add_comment.json
epic_update_add_description.json
epic_update_change_description.json
epic_update_change_state.json
epic_update_change_title.json
epic_update_remove_description.json
story_archive.json
story_create.json
story_delete.json
story_task_complete.json
story_task_create.json
story_task_delete.json
story_task_not_complete.json
story_unarchive.json
story_update_add_attachment.json
story_update_add_comment.json
story_update_add_description.json
story_update_add_epic.json
story_update_add_estimate.json
story_update_add_github_branch.json webhooks/clubhouse: Add support for GitHub handler events. 2019-01-24 10:01:17 -08:00
story_update_add_github_pull_request.json webhooks/clubhouse: Add support for GitHub handler events. 2019-01-24 10:01:17 -08:00
story_update_add_label.json webhooks/clubhouse: Extract story labels from references. 2019-01-10 20:00:30 -08:00
story_update_add_label_name_in_action.json webhooks/clubhouse: Extract story labels from actions. 2019-01-24 20:08:59 -03:30
story_update_add_owner.json webhooks/clubhouse: Support adding owners to stories. 2019-01-04 14:27:46 -08:00
story_update_change_epic.json
story_update_change_estimate.json
story_update_change_project.json
story_update_change_state.json
story_update_change_title.json
story_update_change_type.json
story_update_description.json
story_update_remove_attachment.json
story_update_remove_description.json
story_update_remove_epic.json
story_update_remove_estimate.json
story_update_remove_label.json webhooks/clubhouse: Extract story labels from references. 2019-01-10 20:00:30 -08:00