Skip to content

Instantly share code, notes, and snippets.

@stevenharman
Created June 11, 2012 16:16
Show Gist options
  • Star 14 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save stevenharman/2910960 to your computer and use it in GitHub Desktop.
Save stevenharman/2910960 to your computer and use it in GitHub Desktop.
Pivotal Tracker Activity Web Hook: event_type values
story_create
add_story_label
story_label_add
remove_story_label
story_label_remove
comment_create
comment_delete
story_move_multi
multi_story_delete
story_delete_multi
note_delete
story_update_edit
story_update_estimate
story_update
story_update_action
move_from_project
story_move_from_project
move_into_project
story_move_into_project
story_delete
note_create
Note that there are a couple that are synonyms (add_story_label and story_label_add, etc.) so you may need to support both.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment