Skip to content

Instantly share code, notes, and snippets.

@averkinderen
Created April 27, 2017 04:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save averkinderen/653d1226b17102d1e099845149402e6b to your computer and use it in GitHub Desktop.
Save averkinderen/653d1226b17102d1e099845149402e6b to your computer and use it in GitHub Desktop.
{
"if": {
"field": "tags",
"exists": "false"
},
"then": {
"effect": "append",
"details": [
{
"field": "tags",
"value": {
"Contact (Business)": "Please provide Business name",
"Contact (IT)": "Please provide IT contact",
"Contact (Vendor)": "Please provide vendor",
"Cost Center": "Please provide Cost Center",
"Department": "Please provide Department",
"Environment": "Please provide Environment"
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment