Create a gist now
Instantly share code, notes, and snippets.
averkinderen/AppendTags.json
Created Apr 27, 2017
What would you like to do?
Embed
Embed this gist in your website.
Share
Copy sharable URL for this gist.
Clone via
HTTPS
Clone with Git or checkout with SVN using the repository’s web address.
{ | |
"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