1-click-child-links
1-click-child-links copied to clipboard
Is it possible to exclude specific tag when setting up the "applywhen" section?
Hi! Is it possible to exclude specific tag name when setting the "applywhen" section? This is needed to be able to set up pre-defined tags for, for example, all user stories except the ones with tag "technicaldebt". Something like this: { "applywhen": { "System.WorkItemType": "User story", "System.Tags": [ "Smth", "Smth1", !"technicalbebt" ] } }