Couldn'1 find an answer to this one and the closest I've seen is this one:
https://answers.atlassian.com/questions/37661/autocomplete-for-parameters-in-jql-functions
Could you please confirm, that the autocomplete function is not working with cascading select lists? You'd have to manually search by entering the right values, right?
customfield_11111 in cascadeOption("1st Level","2nd Level")
Cheers Christian
Even if you don't use a function, then cascading select cannot auto-complete as of JIRA 6.0 and below.
eg
customfield_11111 = "2nd Level"
I just found this myself today, and I am in the middle of trying to fix this for v6.1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I actually did the work on an internal JIRA server, but now I copied the issue over so customers can find it.
https://jira.atlassian.com/browse/JRA-35239
(fixed in v6.1)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, is this broken again in 6.1.3? It doesn't work for us.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Should clarify: it is currently impossible to do autocomplete on any JQL function including cascadeOption()
What I implemented is for "normal" JQL clauses for cascading select.
So, if you have a cascading CF called "Theme" you can type:
theme = Arch
and JIRA will autocomplete to (say)
theme = Architecture
theme in cascadeOption(Arch
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the fast reponse Mark. We have a cascading CF "Required By" where parent option is a global region (Australia, Italy, etc) and child option is a customer.
In 6.1.3, if I try:
"Required By" = Aus
it does not autocomplete. Similarly at customer level:
"Required By" = "Atlass
(third quote intended) does not autocomplete.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmmm ... so I tested on JIRA 6.1.3 and it worked fine ... even with a space in the name.
Just to try to break it, I added a second CF with the same name as the first, and it was only showing me the values from the first field.
Furthermore, when I renamed the first field, it seemed to get even more confused (looks like the autocomplete details are in a stale cache ?).
Does this maybe sound like what happened to you?
If it is caching related, then a JIRA restart may help as a workaround ... ?
(But furst make sure the field names are unique)
This looks like a bug and my guess is that it is not specific to cascading select, but a probelm in auto-complete in general. Needs more testing, and I don't have any more time today.
In the meantime, I have raised https://jira.atlassian.com/browse/JRA-36058 but it would be good to do more investigation.
Please feel free to add more details to above bug report.
Thanks for bringing this to our attention.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
https://confluence.atlassian.com/display/JIRA040/Advanced+Searching
I found this to be true. In above documentation it states: "auto-complete is supported for Custom Fields of type picker, group picker, select (except 'Cascading Select'), check-box and radio button fields."
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online 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.