hello all,
anyone knows where I can upvote for this maybe/hopefully already existing major request?
My organizations are organized with the country prefix for example: BE_companyname. And I want to filter on all organizations starting with prefix 'BE_' trying like so in JQL search:
Organizations ~ "BE_"
But JSD doesnt allow to search with operator '~' on field 'Organizations'.
*i try to insert a screenshot, but it doesnt load in here.
Is the only alternative creating a dropdownlist which contains all the countries and selecting an item on each issue? So I can later filter on that dropdownlist? Creating a dropdown with all the countries worldwide might take a while..
Thanks a bunch.
Hi @Koen Bruggeman ,
Standard JQL doesn't easily allow to search for a text with special phrases.
You may consider using our professional indexing service:
After you install the app you can simply search:
issue in wildcardMatch("Organizations", "BE_*")
Check out the docs for more information.
I hope this helps!
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.