Skip to content

Instantly share code, notes, and snippets.

@mittsh
Created October 18, 2017 10:49
Show Gist options
  • Select an option

  • Save mittsh/5852ef8b42858fde6e24cb87de2e963d to your computer and use it in GitHub Desktop.

Select an option

Save mittsh/5852ef8b42858fde6e24cb87de2e963d to your computer and use it in GitHub Desktop.
function evaluate(context){
var g = context.getRequestGroupByName("New Group");
return g.getChildren().map(function(c){return c.name;}).join(", ");
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment