Hi,
Is any possibility to check how many elements are stored in variable ?
ex.
uprawnienia="jeden, dwa, trzy" -> it should tell, that here are three elements
uprawnienia="jeden" -> it should tell, that there is one element.
I'm looking for something like this in JQL:
project="jakisprojekt" and numberof(uprawnienia)=1
I know, that it isn wrong statement but looking for something similar.
any idea?
I have "jira automation plugin". if I can use it, let me know how?
Thanks,
Krzysztof
You'll need something that can be used to write a new "JQL function". Automation cannot do that, you'll need one of the full Scripting apps to do that (or write your own app)
Another option might be a scripted field that simply returns issue.getCustomFieldValue(cf).size() - then you'll be able to say things like "and uprawnienia-count > 2" in plain JQL.
Join the largest European gathering of the Atlassian Community and reimagine what’s possible when great teams and transformative technology come together. Plus, grab your Super Fan ticket now and save over €1,000 on your pass before prices rise on 3 June.
Register nowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.