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.

here sum of "documentation" on variables...

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.

source: http://confluence.jetbrains.com/display/ytd5/workflow+language+quick+reference#workflowlanguagequickreference-iteratorsandcollections


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -