Skip to content

Instantly share code, notes, and snippets.

@fj
Created March 29, 2012 12:48
Show Gist options
  • Save fj/2237164 to your computer and use it in GitHub Desktop.
Save fj/2237164 to your computer and use it in GitHub Desktop.
Pivotal Tracker workload report summary
* GET ... /projects/$id/memberships
-- get names by looking at XPath chunks matching //memberships/membership/person/name
* map each name to the string `mywork:"$name"`, which will be the search filter
* map each filter string to its HTML-encoded version
* for each name, GET ... /projects/$id/stories?filter=$filter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment