Javascript WorkItem TAGS Attribute value
Hello everyone and thank you in advance.
I create Condition using Javascript and one statement does not work in it.
When I use the getValue of WI Tags attribute what is return value? Array of strings? Is that correct? How to check what the user types in that attribute? The compare statements do not work:
tagsValue === "test" or tagsValue.indexOf("test") > -1
Thank you so much again.