Skip to content

Instantly share code, notes, and snippets.

@valeriocos
Last active September 28, 2019 07:39
Show Gist options
  • Save valeriocos/6961f551f6a57c8f3cb04c128fc54a32 to your computer and use it in GitHub Desktop.
Save valeriocos/6961f551f6a57c8f3cb04c128fc54a32 to your computer and use it in GitHub Desktop.
An example of external data
[
{
"query_fields": [
{
"field": "Author_name",
"value": "Miguel Ángel Fernández"
}
],
"set_extra_fields": [
{
"field": "team",
"value": "engineering"
},
{
"field": "subteam",
"value": "new platform"
}
],
"remove_extra_fields": [
{
"field": "team_id"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment