workflow - How to create and use an Array? -
i can't figure out how declare simple array in youtrack's workflow editor. can help?
i've tried
var userlist = []; var userlist[]; var userlist();
nothing works.
workflow language supports following predefined collections: issues, comments, tags, users, issue links, enum elements, versions, builds, ownedfields, groups, states, bundle static elements, strings.
as far know custom user-defined collections/arrays not supported @ all.
Comments
Post a Comment